read_data_.default: Missing class for [read_data_()]

Description Usage Arguments

View source: R/read_data.R

Description

Missing class for [read_data_()]

Usage

1
2
3
4
5
6
## Default S3 method:
read_data_(
  file_definition,
  err_h = composerr("Error while calling 'read_data_()'"),
  ...
)

Arguments

file_definition

A file_definitionuration object, holds all informations needed for reading the data. This object can be created with one of the following functions:

  • new_file_definition(): For reading FWF, DSV or EXCEL files

  • new_file_definition_fwf(): For reading FWF files

  • new_file_definition_dsv(): For reading DSV files

  • new_file_definition_excel(): For reading EXCEL files

err_h

An error handler

...

Additional arguments


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