R/code_where.R
code_where.Rd
Find a package's code
code_where(package_name, package_type = "cran")
The name of the package
One of "cran", "bioc", or "github"
Path to where code can be found or NULL
code_where("dplyr") #> [1] "https://github.com/tidyverse/dplyr"