inst/doc/pds3.R

## ----setup, include = FALSE----------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

## ----eval=FALSE----------------------------------------------------------
#  # Install devtools if you don't already have it
#  install.packages("devtools")
#  # Install the development version of pds3
#  devtools::install_github("mwaldstein/pds3")

## ----process-------------------------------------------------------------
library(pds3)
res <- pds3_read(dat)
str(res$odl)

Try the pds3 package in your browser

Any scripts or data that you put into this service are public.

pds3 documentation built on May 2, 2019, 6:59 a.m.