View source: R/validate_file_structure.R
Validate file_structure
object
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | validate_file_structure(obj, ...)
## S3 method for class 'file_structure'
validate_file_structure(
obj,
err_h = composerr("Error while calling 'validate_file_structure()'")
)
## S3 method for class 'file_structure_fwf'
validate_file_structure(
obj,
err_h = composerr("Error while calling 'validate_file_structure()'")
)
## S3 method for class 'file_structure_dsv'
validate_file_structure(
obj,
err_h = composerr("Error while 'validate_file_structure()'")
)
## S3 method for class 'file_structure_excel'
validate_file_structure(
obj,
err_h = composerr("Error while calling 'validate_file_structure()'")
)
## S3 method for class 'file_structure_sas'
validate_file_structure(
obj,
err_h = composerr("Error while calling 'validate_file_structure()'")
)
|
obj |
A |
... |
Additional arguments |
err_h |
An error handler |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.