nonCamelExports: Return exports that are not formatted in strict camel case

View source: R/nonCamelExports.R

nonCamelExportsR Documentation

Return exports that are not formatted in strict camel case

Description

Return exports that are not formatted in strict camel case

Usage

nonCamelExports(path = getwd())

Arguments

path

character(1). File path (e.g. to package).

Value

character. Names of exports that do not conform to strict camel case.

Note

Updated 2023-09-28.

Examples

## > x <- nonCamelExports()
## > print(x)

acidgenomics/bb8 documentation built on Feb. 1, 2024, 11:38 a.m.