rwtbl_slot_names: List the slot names in a tbl_df

View source: R/rwtbl_helpers.R

rwtbl_slot_namesR Documentation

List the slot names in a tbl_df

Description

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

Usage

rwtbl_slot_names(rwtbl)

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

rwtbl <- rdf_to_rwtbl(keyRdf)
rwtbl_slot_names(rwtbl)


BoulderCodeHub/RWDataPlyr documentation built on May 8, 2023, 3:55 a.m.