coderaanalytics / econdatar

R package for uploading and downloading data to/from www.econdata.co.za
MIT License
6 stars 2 forks source link

What is the R environment variable for this repo? #31

Closed aidanhorn closed 4 months ago

byrongibby commented 4 months ago

There is none since it is a package and not a script, to install the package from local source use install.packages("path/to/econdatar", repos = NULL, type = "source")