inst/doc/vignettes.R

## ------------------------------------------------------------------------
library(SchemaOnRead)
results <- schemaOnRead("../inst/extdata")
print(results$dir1$Data.csv)

## ------------------------------------------------------------------------
library(SchemaOnRead)
xmlFile <- schemaOnRead("../inst/extdata/data.xml")
print(xmlFile)

## ------------------------------------------------------------------------
library(SchemaOnRead)
folder <- schemaOnRead("../inst/extdata", verbose = TRUE)

Try the SchemaOnRead package in your browser

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

SchemaOnRead documentation built on May 2, 2019, 4 p.m.