file_post | R Documentation |
Upload a file to Filebin
file_post(path, bin = NA)
path |
Path to a file. If a vector then upload multiple files. |
bin |
Bin name. If |
A tibble.
## Not run:
# Upload a single file.
file_post(LOREM_IPSUM)
# Upload multiple files.
file_post(c(LOREM_IPSUM, MORE_LOREM_IPSUM))
# Upload to a specific bin.
bin <- bin_name_random(length = 24)
file_post(LOREM_IPSUM, bin)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.