View source: R/get_repo_files.R
get_repo_files | R Documentation |
This function allows to download files from a specific folder located in a repository at GitHub.com. It is intended as a convenience function for students working with Introduction to Econometrics with R, an interactive online-companion to the textbook Introduction to Econometrics (Stock & Watson 2015), but works with any public GitHub repository. The online-companion can be found here.
get_repo_files(
repo = "mca91/EconometricsWithR",
folder = "master",
type = "any",
out = "."
)
repo |
|
folder |
A |
type |
A vector of type |
out |
A |
Stock, J. H. and Watson, M. W. (2015). Introduction to Econometrics, Third Update, Global Edition. Pearson Education Limited.
# download datasets from "mca91/EconometricsWithR"
get_repo_files(folder = "master/data")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.