read.specs {libr} | R Documentation |
Read import specs from the file system
Description
A function to read import specifications from the file system.
The function accepts a full or relative path to the spec file, and returns
the specs as an object. If the file_path
parameter is passed
as a directory name, the function will search for a file with a '.specs'
extension and read it.
Usage
read.specs(file_path = getwd())
Arguments
file_path |
The full or relative path to the file system. Default is
the current working directory. If the |
Value
The specifications object.
See Also
Other specs:
import_spec()
,
print.specs()
,
specs()
,
write.specs()