Open YoungjunNa opened 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")
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
파일들이 패키지에 자체 탑재하기 너무 큼(100mb 이상) Gihub에 파일을 올려놓고, 그때그때 function으로 다운로드 및 global.env로 load()