Description Usage Arguments Value Examples
Share files with a URL Upload up to 10 GB Files stored for 14 days
1 2 3 4 5 6 7 8 |
filename |
File to be uploaded |
path |
Path to find the file (combined with filenamed) |
max_downloads |
Number of max downloads downloaded from the provided link. |
max_days |
Number of days that the link is going be live. Maximum to 14. |
spinner |
Whether to show a reassuring spinner while the process is running. |
... |
Further arguments paseed to |
a transfer.sh
link.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | ## Not run:
# Upload current directory
x <- tf_upload(".")
# See the content send to \code{transfer.sh}
tf_content(x)
# Open the link in browser
tf_browse(x)
# Download
tf_download(x)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.