RWDataPlyr (version 0.6.2)

rdf_slot_names: Returns all slots contained in an rdf file.

Description

rdf_slot_names() returns a character vector of all slots contained within an rdf object.

Usage

rdf_slot_names(rdf)

getSlotsInRdf(rdf)

Arguments

rdf

An rdf object.

Value

A character vector.

Functions

  • getSlotsInRdf: Deprecated version of rdf_slot_names()

See Also

read.rdf()

Examples

Run this code
# NOT RUN {
rdf_slot_names(keyRdf)

# }

Run the code above in your browser using DataLab