Learn R Programming

valdr (version 2.1.0)

export_forcedecks_csv: 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)

Value

Invisibly, the full path to the created CSV file.

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.