specify.character: Specify Character

Description Usage Arguments See Also

Description

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

Usage

1
2
3
## 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


spec documentation built on May 2, 2019, 10:14 a.m.

Related to specify.character in spec...