Learn R Programming

ohvbd (version 1.0.0)

find_vd_columns: Get current columns in VecDyn datasets

Description

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

Usage

find_vd_columns(full = FALSE, basereq = vb_basereq())

Value

A character vector (or dataframe) of column information.

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.

Author

Francis Windram

Examples

Run this code
if (FALSE) { # interactive()
find_vd_columns()
}

Run the code above in your browser using DataLab