Learn R Programming

RWDataPlyr (version 0.6.4)

rwtbl_slot_names: 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

Run this code
# NOT RUN {
rwtbl <- rdf_to_rwtbl(keyRdf)
rwtbl_slot_names(rwtbl)

# }

Run the code above in your browser using DataLab