Learn R Programming

spec (version 0.1.9)

specify.character: Specify Character

Description

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

Usage

# S3 method for 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()