Select a subset of columns by tags/attributes
hxl_select(hxl, tag_pattern)
hxl | an HXL table |
---|---|
tag_pattern | a character vector of HXL tag patterns It warns if a tag matches more columns. |
a data.frame in the order of the tags
# NOT RUN { hxl_select(hxl_data, "#loc +airport -name") hxl_select(hxl_data, c("#loc +airport", "#meta +url +airport")) # }