Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
具体的には、dput() を使用して [1376,6] 次元の data.frame で再現可能な例を作成しようとしていますが、結果をコピーして貼り付けるために出力ウィンドウのスペースが不足しています。
出力ウィンドウのバッファ サイズを増やす方法はありますか、またはここで別の方法を提案できる人はいますか?
ありがとう
バリー
の結果はいつでもdputファイルに書き込むことができます。
dput
dput(rnorm(20), 'test.txt')
詳細?dputについては、を参照してください。
?dput