Learn R Programming

eeptools (version 0.3.1)

dropbox_source: A function to source R scripts from Dropbox public shares

Description

Allows the user to source R scripts from a public Dropbox folder using the URL provided by the Dropbox shared URL tool. Parses the URL and then sources the script in one easy line.

Usage

dropbox_source(myurl)

Arguments

myurl
A character string for the full URL of the Dropbox share

Value

  • None. The script is sourced.

Details

Must be the full URL including https://

See Also

source

Examples

Run this code
dropbox_source("https://dropbox.com/public/somekey/cooldata.csv")

Run the code above in your browser using DataLab