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.
私は持っているテキストファイルを持っています
データセットはここにあります。このデータを R data.frame に読み込むにはどうすればよいですか?
read.table空の行を自動的に無視します。したがって、これは機能するはずです。
read.table
read.table("http://www.jmulti.de/download/datasets/GermanM1System.dat",skip=27,header=TRUE)