identify_hybrid_scripts: Identify hybrid scripts

View source: R/identify_hybrid_scripts.R

identify_hybrid_scriptsR Documentation

Identify hybrid scripts

Description

Identify scripts who contain both function definitions and other object definitions.

Usage

identify_hybrid_scripts(path = ".", recursive = TRUE)

Arguments

path

A string. The path to a file or the folder to explore By default explores the working directory.

recursive

A boolean. Passed to list.files() if path is a directory

Value

Returns the path invisibly, called for side effects.


moodymudskipper/refactor documentation built on May 17, 2024, 2:27 a.m.