The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider. If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
Introduction to downloadthis
This package provides a wrapper around
bsplus::bs_button(), which has to goal to provide a
download button in HTML outputs from R Markdown without the need to have
runtime: shiny.
Currently, the download buttons functionality (embedded files) is not
supported in Internet Explorer.
In case you want to make any R object available for download, you may
use the .rds extension.
vector_example <-1:10linear_model <-lm(mpg ~ gear, data = mtcars)list(mtcars, iris, vector_example, linear_model) %>%download_this(output_name ="datasets, vector, and linear model",output_extension =".rds",button_label ="Download as rds",button_type ="warning",has_icon =TRUE,icon ="fa fa-save" )
Web address
## Link in Github repodownload_link(link ="https://github.com/fmmattioni/downloadthis/raw/master/inst/example/file_1.pdf",button_label ="Download pdf file",button_type ="danger",has_icon =TRUE,icon ="fa fa-save",self_contained =FALSE)
These binaries (installable software) and packages are in development. They may not be fully stable and should be used with caution. We make no claims about them.