as_col_positions: Convert table_design_fwf to col_positions for readr

Description Usage Arguments Value

View source: R/as_col_positions.R

Description

Convert table_design_fwf objects to lists that can be used as col_positions argument to readr::read_fwf()

Usage

1
2
3
4
as_col_positions(x)

## S3 method for class 'table_design_fwf'
as_col_positions(x)

Arguments

x

a table_design_fwf object.

Value

a list with columns start, end, col_name.

a list with columns start, end, col_name


s-fleck/tabde documentation built on April 4, 2021, 10:11 p.m.