Skip to contents

Returns a data frame of all files uploaded to a specific run, including their public URLs and timestamps.

Usage

formr_api_files(run_name, verbose = TRUE)

Arguments

run_name

Name of the run.

verbose

Logical. If TRUE (default), reports progress via message().

Value

A data.frame containing: id, name, path, url, created, modified.