View source: R/read_bwb_data.R
read_bwb_header2 | R Documentation |
Import: read_bwb_header2
read_bwb_header2(
file,
skip = 2,
keep_pattern = column_pattern_gather_ignore(),
site_id_pattern = "^[0-9]{1,4}",
dbg = TRUE
)
file |
file path(s) to EXCEL spreadsheet |
skip |
number of rows to skip in each sheet (default: 2) |
keep_pattern |
(default: column_pattern_gather_ignore()) |
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.