Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.16 KB

File metadata and controls

33 lines (23 loc) · 1.16 KB

ISCAMData

R-CMD-check Build ISCAM workspace

A package complementary to {ISCAM}, designed to parcel data files.


# install.packages("pak") # uncomment and run this line *once*
# options(use_bioconductor = FALSE) # do this is you get some issues running the next line when connected to the eduroam network
pak::pkg_install("ISCAM4/ISCAMData") # this installs or updates the package

# if {pak} doesn't work, uncomment and run the following two commands
#install.packages("remotes")
#remotes::install_github("ISCAM4/ISCAMData")

# Load the datasets
library(ISCAMData)
data($YOURDATASET)

You can load it as a workspace by running

load(url("https://github.com/ISCAM4/ISCAMData/raw/refs/heads/main/dev/ISCAM.RData"))