Skip to content

coderaanalytics/econdatar

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
R
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 

econdatar

R-CMD-check

Quick start

install.packages(c("remotes", "tcltk"), repos = "https://cran.mirror.ac.za")
library("remotes")
install_github("coderaanalytics/econdatar", ref = "1.2.5")

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.2.5")

Please see the EconData blog for in depth tutorials

License

Copyright © 2023 Codera Pty Ltd

Available under the terms of the MIT License, see LICENSE.

About

R package for uploading and downloading data to/from www.econdata.co.za

Resources

License

Stars

Watchers

Forks

Packages

No packages published