Description Usage Arguments Examples
View source: R/gh_show_source.R
Find source code for functions in packages on GitHub
1 | gh_show_source(func, repo = NULL, browser = getOption("browser"))
|
func |
a function or a character string. A function name. |
repo |
a character string. A GitHub repository name that must not be exactry. |
browser |
a character string giving the name of the program to be used as the HTML browser. |
1 2 3 4 5 6 7 | ## Not run:
gh_show_source("mutate", "dplyr")
library(dplyr)
gh_show_source(mutate)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.