rwtbl_slot_names {RWDataPlyr} | R 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 |
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
Examples
rwtbl <- rdf_to_rwtbl(keyRdf)
rwtbl_slot_names(rwtbl)
[Package RWDataPlyr version 0.6.4 Index]