View source: R/read_techdatareport.R
read_techdatareport | R Documentation |
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
may not be stable.
read_techdatareport(file, .show_check = FALSE, .coerce_spec = TRUE)
file |
Path to the Excel template file to read. |
.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 |
A list of tibbles for the file
. Result will be of class techdatareport
.
techdatareport_class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.