Skip to content

nickbond/mwdata

Repository files navigation

mwdata

mwdata includes a number of datasets used in modelling activities within the WERG group. THis package is a useful starting point for a number of datasets shared within the group. See the help file for a full list of datasets and associated variables.

Installation

To install run the following code:

  # install devtools pacakge
  install.packages(c("devtools"))

  # install mwdata package
    devtools::install_github("nickbond/mwdata")

    # Remove the package zip after installation
    unlink("mwdata.zip")
    
    #load library
    library(mwdata)

Developer

Nick Bond [email protected]

Releases

No releases published

Packages

No packages published

Languages