validate_file_structure: Validate 'file_structure' object

Description Usage Arguments

View source: R/validate_file_structure.R

Description

Validate file_structure object

Usage

 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()'")
)

Arguments

obj

A file_definition object

...

Additional arguments

err_h

An error handler


a-maldet/readall documentation built on Dec. 18, 2021, 9:23 p.m.