statgarten / datatoys

Let's play with data! We prepared toy data for data newbies.
https://statgarten.github.io/datatoys/
Creative Commons Zero v1.0 Universal
29 stars 9 forks source link

파일들이 패키지에 자체 탑재하기 너무 큼 #1

Open YoungjunNa opened 2 years ago

YoungjunNa commented 2 years ago

파일들이 패키지에 자체 탑재하기 너무 큼(100mb 이상) Gihub에 파일을 올려놓고, 그때그때 function으로 다운로드 및 global.env로 load()

github_url <- "https://github.com/statgarten/datatoys/releases/download/dataset/Kmarket.Rda"
download.file(github_url,"temp.Rda")
load("temp.Rda")
file.remove("temp.Rda")
YoungjunNa commented 2 years ago
bluetsys commented 1 year ago

you can try git LFS https://docs.github.com/ko/billing/managing-billing-for-git-large-file-storage/about-billing-for-git-large-file-storage