check_files_parse: Check that files parse correctly

View source: R/check_files_parse.R

check_files_parseR Documentation

Check that files parse correctly

Description

This identifies files that contain non syntactic code, including files that have an R extension despite not being an R script.

Usage

check_files_parse(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.