read_techdatareport: Read Technical Data report

View source: R/read_techdatareport.R

read_techdatareportR Documentation

Read Technical Data report

Description

[Experimental]

read_techdatareport() returns a list of tibbles from an Excel submission of the Technical Data Report. Each tibble corresponds to its Excel sheet.

This function is currently experimental because it reads from the Excel template, which is may not be stable.

Usage

read_techdatareport(file, .show_check = FALSE, .coerce_spec = TRUE)

Arguments

file

Path to a Technical Data report Excel file.

.show_check

Logical whether to print information about the file check to the console or not.

.coerce_spec

Logical whether to coerce all column data types to those from the data models. If FALSE, the types will be as detected upon read by the Excel reader.

Value

A list of tibbles for the file. Result will be either of class techdatareport.

See Also

techdatareport_class


Technomics/readflexfile documentation built on Jan. 10, 2024, 6:25 p.m.