Learn R Programming

webtools (version 0.7.12)

sharebin: "Paste" a file for web sharing

Description

"Paste" a TEXT based file to a "bin" on the web for sharing. ~~(DO NOT POST SENSITIVE DATA!)~~.

Usage

sharebin(file_name)

Value

A URL you can share.

Arguments

file_name

(Optional) - `sharebin()` will paste the file in the current active editor window. Otherwise `sharebin('file.suff')`, where 'file.suff' is a file name that must exist in the working dir (getwd()) and is TEXT based (.R, .Rmd, .csv, or any other code or text file) ~~(DO NOT POST SENSITIVE DATA!)~~