Hello!
Is it possible to add a a link to download a file directly from a url? I'm doing a basic website with rmarkdown and I tried to use downloadthis but it doesn't seem to work.
This is the chunk
library(downloadthis)
## Link in Github repo
download_link(
link = "https://raw.githubusercontent.com/aescocasti/Charta-Teitok/main/2021-10-07_cosuiza_header_comentado.xml",
button_label = "Download file",
button_type = "danger",
has_icon = TRUE,
icon = "fa fa-save",
self_contained = FALSE
)