LoginSignup
1
0

More than 3 years have passed since last update.

Rのデータセットをcsvファイルにエクスポートする

Posted at

読み込むデータとしては,psychパッケージのbfiデータを使います。

data(bfi, package="psych")

で読み込んだら,

qiita.rb
write.table(bfi, "bfi.csv", sep=",", row.names=F)

上記のコマンドを打ち込むだけ

参照サイト
https://researchmap.jp/jojkqcenn-1781589/

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0