subject_var_args {nc}R Documentation

subject var args

Description

Parse the complete argument list including subject.

Usage

subject_var_args(..., 
    type.convert = getOption("nc.type.convert", 
        FALSE))

Arguments

...

subject, regex/conversion.

type.convert

passed to var_args_list.

Value

Result of var_args_list plus subject.

Author(s)

Toby Hocking <toby.hocking@r-project.org> [aut, cre]


[Package nc version 2025.3.24 Index]