respecify.character {spec}R Documentation

Respecify Character

Description

Respecify specification, supplied as filepath. Updates numeric ranges. Useful if these have changed and spec no longer matches.

Usage

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

Arguments

x

character filepath for a spec file (*.spec)

data

character filepath for a dataset

file

where to write the result (over-write source, by default)

...

passed arguments

See Also

Other respecify: respecify.spec(), respecify()


[Package spec version 0.1.9 Index]