Skip to contents

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)