read_datasheet: Generic reader for SEA excel data sheets

Description Usage Arguments Examples

Description

Produces a standardized raw output of a read excel file. It wont standardize column names, but it will ensure that data blocks are good. Gets called from datasheet parsers (read_hourly, read_neuston, etc.) Shouldn't ever need to call this directly, but could do to quick-check data

Usage

1
2
read_datasheet(filein, sheet = 1, n_max = 100,
  range = readxl::cell_cols(1:100), ...)

Arguments

filein

xls file input

Examples

1

benharden27/sea documentation built on May 14, 2019, 4:18 p.m.