check_code: Check code file before submission

View source: R/check_code.R

check_codeR Documentation

Check code file before submission

Description

Check your code to identify various common issues with code content, code style, etc.

Usage

check_code(file = NULL, reprex = TRUE, style = TRUE)

Arguments

file

A file path for the .R file to check, or NULL to choose a file using the standard system file select dialog box

reprex

Should the code be checked for errors?

style

Should the code be checked for style issues?

Value

NULL, invisibly


mpjashby/crimemapping documentation built on Jan. 9, 2025, 7:18 p.m.