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

synPUF

Overview

This package contains a 50 person subset of the CMS 2008-2010 Data Entrepreneurs’ Synthetic Public Use File (DE-SynPUF) from OHDSI.

Lifecycle: experimental

Details

Install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("thewileylab/synPUF")

Example

This is a basic example:

library(synPUF)
suppressMessages(library(tidyverse))
person

Code of Conduct

Please note that the synPUF project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.



thewileylab/synPUF documentation built on Aug. 30, 2021, 6:40 p.m.