sig (version 0.0-5)

fix_fn_names: Fix names for sigs

Description

Make anonymous functions and special functions safe.

Usage

fix_fn_names(fn_name)

Arguments

fn_name

A character vector.

Value

A character vector.

Examples

Run this code
# NOT RUN {
fix_fn_names(c("%foo%", "?", "foo bar", "repeat", "function"))
# }

Run the code above in your browser using DataCamp Workspace