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.