Data

data_list

List all data entries from config

Lists all data specifications defined in the configuration, showing the data key, path, type, and description (if available).


Usage

data_list()

Returns

A data frame with columns: name, path, type, locked, description

Examples

# List all data entries
data_list()

# Use the alias
list_data()

Source: R/data_read.R