Learn R Programming

rawr (version 0.1.3)

gist_url_to_raw: Convert github gist url into equilvalent url for raw code

Description

Convert github gist url into equilvalent url for raw code

Usage

gist_url_to_raw(url)

Arguments

url

Link to a github gist

Value

A character vector of length 1 containing url for the raw version of the github gist

Examples

Run this code
# NOT RUN {
gist_url_to_raw("https://gist.github.com/korkridake/ea96f6569f5a4f9a1a552145e6151235")

# }

Run the code above in your browser using DataLab