knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of RPackage is to manage datasets from Mopex.
You can install the package by running:
# install.packages("devtools") devtools::install_github("veravavan/RPackage")
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.