Learn R Programming

codewhere

The goal of codewhere is to help you find the location of the code associated with an R package.

Installation

You can install the development version of codewhere from GitHub with:

# install.packages("devtools")
devtools::install_github("thisisnic/codewhere")

Example

library(codewhere)
code_where("dplyr")
#> [1] "https://github.com/tidyverse/dplyr"
code_where("GenomeInfoDb", package_type = "bioc")
#> [1] "https://code.bioconductor.org/browse/GenomeInfoDb"

Copy Link

Version

Install

install.packages('codewhere')

Monthly Downloads

132

Version

0.1.1

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Nic Crane

Last Published

June 4th, 2024

Functions in codewhere (0.1.1)

code_where

Find a package's code