scanr

Scan your R files to look for your functions

OTHER License

Stars
2
Committers
1

output:
md_document:
variant: markdown_github

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

This a quickly put together package, if you have feedback or ideas to contribute, feel free to open an issue

scanr

scanr allows you to scan the directory that holds your R code and tells you in which file you can find the function(s) you are looking for. For instance, running scanr inside the source code of this package:

scanr()
scanr(pattern = "scan")

Installation

This package is not (yet?) on CRAN, if you want to try it out copy and paste in your terminal:

source("https://install-github.me/fmichonneau/scanr")

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.