create_download_link: Create download link within an RMarkdown log file

View source: R/utils.R

create_download_linkR Documentation

Description

Create download link within an RMarkdown log file

Usage

create_download_link(
  data,
  logfile,
  filename,
  linktext = "Download the data",
  include.row.names = FALSE,
  verbose = F
)

Arguments

data

data to be downloaded

logfile

the main log file filepath

filename

name of the csv file to be downloaded

linktext

text on the download link

include.rownames

should rownames of the dataframe be included in the CSV file?


SCCWRP/SQOUnified documentation built on Nov. 3, 2024, 12:54 a.m.