find_vd_columns: Get current columns in VecDyn datasets

View source: R/find_vd_columns.R

find_vd_columnsR Documentation

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())

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(s)

Francis Windram

Examples


find_vd_columns()


ohvbd documentation built on March 10, 2026, 1:07 a.m.