knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

RPackage

The goal of RPackage is to manage datasets from Mopex.

Installation

You can install the package by running:

# install.packages("devtools")
devtools::install_github("veravavan/RPackage")

Example

This is a basic example which shows you how to download the datasets ID's from the website:

library(RPackage)
get_id()

This is a basic example which shows how to download two datasets combined into one:

library(RPackage)
data_download(c('01048000', '01055500'), save = TRUE, path = getwd(), file_name = "data.csv")


veravavan/RPackage documentation built on Dec. 23, 2021, 3:03 p.m.