rwtbl_slot_names: List the slot names in a tbl_df

Description Usage Arguments Details See Also Examples

View source: R/rwtbl_helpers.R

Description

rwtbl_slot_names() lists all of the slot names found in a tbl_df object containing RiverWare output data.

Usage

1

Arguments

rwtbl

A tbl_df object with RiverWare output. Must contain the ObjectSlot column.

Details

Given a tbl_df object that is returned by rdf_to_rwtbl() or read_rw_csv(), return all of the Object.Slot names found in the data frame. These are the unique full slot names found in the ObjectSlot column.

See Also

rdf_to_rwtbl(), read_rw_csv()

Examples

1
2

RWDataPlyr documentation built on April 17, 2020, 9:06 a.m.