generate_download_filename: generate a filename for a download

View source: R/util.R

generate_download_filenameR Documentation

generate a filename for a download

Description

generate a filename for a download

Usage

generate_download_filename(template, root, data, create_directory = TRUE)

Arguments

template

same as whisker template

root

the root of the directory hierarchy

data

data used to populate the template

create_directory

boolean indicating whether to (recursively) create the directory hierarchy.

Value

a filename


HFAnalyticsLab/monstR documentation built on Sept. 13, 2022, 2:19 a.m.