read_ecomon_one: Read a a single ecomon data file

View source: R/io.R

read_ecomon_oneR Documentation

Read a a single ecomon data file

Description

Read a a single ecomon data file

Usage

read_ecomon_one(
  filename,
  skip = 0,
  col_types = paste(ecomon_cols(), collapse = "")
)

Arguments

filename

the name of the file

skip

the number of header lines to skip

col_types

a vector or compact character string used to declare input column types

Value

tibble


BigelowLab/ecomon documentation built on Dec. 8, 2023, 9:21 p.m.