burglr: Stealing code from the web

Description Usage Arguments Details Value Examples

Description

With burglr you can source r-scripts from the web.

Usage

1
burglr(urls)

Arguments

urls

a character vector with web urls indicating the location of an r-script.

Details

Well, it is as easy as it sounds. The function takes web URL(s) as input and evaluates the input in your current R session.

Value

Visual Feedback if the sourcing was successful

Examples

1
burglr(urls = "https://github.com/andrebleier/Xy/master/Xy.R")

andrebleier/burglr documentation built on May 21, 2019, 9:45 a.m.