Return a tibble/dataframe of a SpiGes node name. By default, all variables are returned. Variables can be selected using the `variables` argument.
Arguments
- x
A string, a connection, or a raw vector. See
xml2::read_xml
- node
Name of the node as string, see
get_node_names
- variables
Name of the variables, by default returns all variables
- schema_xsd
URL of an XSD schema version, by default "latest" version.
- force
default FALSE. If TRUE, returns data even if validation error.