Learn R Programming

whep (version 0.2.0)

whep_list_file_versions: Input file versions

Description

Lists all existing versions of an input file from whep_inputs.

Usage

whep_list_file_versions(file_alias)

Value

A tibble where each row is a version. For details about its format, see pins::pin_versions().

Arguments

file_alias

Internal name of the requested file. You can find the possible values in the whep_inputs dataset.

Examples

Run this code
whep_list_file_versions("read_example")

Run the code above in your browser using DataLab