install.packages(c("remotes", "tcltk"), repos = "https://cran.mirror.ac.za")
library("remotes")
install_github("coderaanalytics/econdatar", ref = "1.1.6")
Install from disk
install.packages("path/to/econdatar", repos = NULL , type = "source")
Re-install (upgrade when new versions are available) - start a new session after running
library("remotes")
remove.packages("econdatar")
install_github("coderaanalytics/econdatar")
Or if selecting a particular release (recommended), see
library("remotes")
remove.packages("econdatar")
install_github("coderaanalytics/econdatar", ref = "1.1.6")
Please see the EconData blog for in depth tutorials
Copyright © 2022 EconData, developed by Codera Pty Ltd
Available under the terms of the Eclipse Public License 2.0, see LICENSE
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.