skel_reader: Read in an external metadata file formatted by skeleton

Description Usage Arguments Details Value

View source: R/skeleton.R

Description

Read in a skeleton of metadata

Usage

1
skel_reader(object = NULL, file = NULL, fileEncoding = "latin1", ...)

Arguments

object

an R data.frame containing metadata to convert to a metadata object

file

a file path to read in a csv file

fileEncoding

character, encoding of the csv file to read, default is "latin1"

...

additional arguments to pass to read.csv

Details

The csv file should match the format of that produced by the appropriate skeleton method

Value

an object of class meta.data


jknowles/metaframe documentation built on May 19, 2019, 11:43 a.m.