create_tbl: Create table

View source: R/spec_builder.R

create_tblR Documentation

Create table

Description

This function creates a table from excel sheets. This is mainly used internally for building spec readers, but is exported so others who need to build spec readers can use it.

Usage

create_tbl(doc, cols)

Arguments

doc

list of sheets from a excel doc

cols

vector of regex to get a datasets base on which columns it has. If the vector is named it will also rename the columns

Value

dataset (or list of datasets if not specific enough)


metacore documentation built on May 29, 2024, 8:54 a.m.