specify.character {spec}R Documentation

Specify Character

Description

Attach specifics to a data.frame, supplied as csv filepath.

Usage

## S3 method for class 'character'
specify(x, file = sub("csv$", "spec", x), spec = read.spec(file), ...)

Arguments

x

character filepath for a csv file

file

character filepath for a matching spec file (ignored if spec provided)

spec

a data specification (spec)

...

passed arguments

See Also

Other specify: specify.data.frame(), specify()


[Package spec version 0.1.9 Index]