github から R に CSV を読み込もうとしています:
latent.growth.data <- read.csv("https://github.com/aronlindberg/latent_growth_classes/blob/master/LGC_data.csv")
ただし、これにより次のことがわかります。
Error in file(file, "rt") : cannot open the connection
In addition: Warning message:
In file(file, "rt") : unsupported URL scheme
?read.csv
, ?download.file
, getURL
(奇妙な HTML しか返されませんでした) とデータ インポート マニュアルを試しましたが、それでも動作させる方法がわかりません。
私は何を間違っていますか?