R/specs.R
print.specs.Rd
A function to print the import specification collection.
# S3 method for class 'specs' print(x, ..., verbose = FALSE)
The specifications to print.
Any follow-on parameters to the print function.
Whether or not to print the specifications in verbose style. By default, the parameter is FALSE, meaning to print in summary style.
The specification object, invisibly.
Other specs: import_spec(), read.specs(), specs(), write.specs()
import_spec()
read.specs()
specs()
write.specs()