Learn R Programming

codewhere (version 0.1.1)

code_where: Find a package's code

Description

Find a package's code

Usage

code_where(package_name, package_type = "cran")

Value

Path to where code can be found or NULL

Arguments

package_name

The name of the package

package_type

One of "cran", "bioc", or "github"

Examples

Run this code
code_where("dplyr")

Run the code above in your browser using DataLab