export_forcedecks_csv: Export ForceDecks data for dashboards

View source: R/session.R

export_forcedecks_csvR Documentation

Export ForceDecks data for dashboards

Description

Queries the ForceDecks API, joins trials/tests/profiles/result definitions, and writes a CSV file to the user's Downloads/VALD_Exports folder (by default).

Usage

export_forcedecks_csv(export_dir = NULL)

Arguments

export_dir

Optional directory to write the CSV to. If NULL, uses ~/Downloads/VALD_Exports.

Details

This export is ForceDecks-specific and uses the stored start date from get_start_date(), which is automatically updated by the ForceDecks data retrieval functions.

Value

Invisibly, the full path to the created CSV file.


valdr documentation built on April 22, 2026, 9:08 a.m.