View source: R/read_bwb_data.R
read_bwb_data | R Documentation |
wrapper around read_bwb_header2
and
read_bwb_header1_meta
read_bwb_data(
files,
meta_pattern = "META",
keep_pattern = column_pattern_gather_ignore(),
site_id_pattern = "^[0-9]{1,4}",
dbg = TRUE
)
files |
file path(s) to EXCEL spreadsheet |
meta_pattern |
(default: "META") |
keep_pattern |
(default: |
site_id_pattern |
(default: "^[0-9]1,4") |
dbg |
debug (default: TRUE) |
data.table with imported xls(x) files
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.