read_icl: Read icl files

Description Usage Arguments Value Examples

View source: R/read-icl.R

Description

Read icl files

Usage

1
2
3
4
5
6
7

Arguments

file

A file, URL, or connection. Files ending in .gz, .bz2, .xz, or .zip will be automatically uncompressed; URLs will be automatically downloaded. See readr::read_lines() for a full description of how this parameter is interpreted.

pb

A progress bar or NULL.

tz

Timezone for which date times are representative.

file_vector

A vector of files or URLs

header_lines

A previously read value obtained from read_odf_header_lines().

n_header

The starting guess for number of header lines.

Value

A tibble::tibble()

Examples

1
2
3
4
5
icl_file <- bs_example("icl/SAF2564_20191010_19.txt")
read_icl(icl_file)
read_icl_vector(icl_file)
read_icl_header(icl_file)
read_icl_header_lines(icl_file)

paleolimbot/bsrto documentation built on Dec. 12, 2021, 5:44 a.m.