Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 750 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 750 Bytes

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]