Skip to contents

Get all the current column names in VecDyn, alongside associated data if desired.

Usage

find_vd_columns(full = FALSE, basereq = NA)

Arguments

full

whether to return all the data about current fields, or else just return the names

basereq

an httr2 request object, as generated by vb_basereq(). If NA, uses the default request.

Value

A character vector (or dataframe) of column information

Author

Francis Windram

Examples

if (FALSE) { # \dontrun{
find_vd_columns()
} # }