Learn R Programming

clickR (version 0.9.45)

search_scripts: Search scripts

Description

Searches for strings in R script files

Usage

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

Value

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

Arguments

string

Character string to search

path

Character vector with the path name

recursive

Logical. Should the search be recursive into subdirectories?