search_scripts: Search scripts

View source: R/descriptive.R

search_scriptsR Documentation

Search scripts

Description

Searches for strings in R script files

Usage

search_scripts(string, path = getwd(), recursive = TRUE)

Arguments

string

Character string to search

path

Character vector with the path name

recursive

Logical. Should the search be recursive into subdirectories?

Value

A list with each element being one of the files containing the search string


clickR documentation built on April 3, 2025, 9:22 p.m.