View source: R/get_materials_itewr.R
get_materials_itewr | R Documentation |
This function allows you to download supplements for Introduction to Econometrics with R, an interactive online-companion to the textbook Introduction to Econometrics (Stock & Watson 2015). The book can be found here.
get_materials_itewr(dir = ".")
dir |
A |
The function is a wrapper for get_repo_files()
and squeeze_rmds()
.
It downloads materials such as datasets and R codes from the GitHub repository of the book (mca91/EconometricsWithR) and saves them to the current working directory (or a location of choice provided to the argument dir
) according to the following structure:
/ITEWR/Rmds
(.Rmd files)
/ITEWR/Data
(Datasets)
/ITEWR/Rcodes
(R Scripts for each chapter)
Stock, J. H. and Watson, M. W. (2015). Introduction to Econometrics, Third Update, Global Edition. Pearson Education Limited.
## Not run:
# download materials
get_materials_itewr()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.