powered by
Find source code for functions in packages on GitHub
gh_show_source(func, repo = NULL, browser = getOption("browser"))
a function or a character string. A function name.
a character string. A GitHub repository name that must not be exactry.
a character string giving the name of the program to be used as the HTML browser.
# NOT RUN { gh_show_source("mutate", "dplyr") library(dplyr) gh_show_source(mutate) # } # NOT RUN { # }
Run the code above in your browser using DataLab