Filebin allows you to quickly & easily share files. Development of the software behind Filebin happens here:
This is an R wrapper for the Filebin API.
The documentation for {filebin}
can be found here.
Install the development version from GitHub as follows:
Load the package and check the versions.
[1] '0.0.5'
Upload a file to randomly named bin on Filebin.
DESCRIPTION_PATH <- system.file("DESCRIPTION", package = "filebin")
description <- file_post(DESCRIPTION_PATH)
Take a look at the result.
Download a file using an URL.
Download a file using filename and bin.
Compare to original document.
File endpoints:
GET /{bin}/{filename}
DELETE /{bin}/{filename}
POST /{bin}/{filename}
Bin endpoints:
GET /{bin}
PUT /{bin}
DELETE /{bin}
GET /qr/{bin}
GET /archive/{bin}/tar
GET /archive/{bin}/zip