Get all arguments in a selected column that have multiple
arguments with find_column_multi(). The output will be a character
type of arguments length. This can then can be used in find_column_multi_input()
function to get the value of the input as a list object. If you are only
interested in a specific argument among these arguments in the column,
then use find_column_multi_input_arg() function. See example.
Usage
find_column_multi(spec = NULL, col = NULL, sep = c(",", "|", ":", ";", "&"))
find_column_multi_input(input = NULL)
find_column_multi_input_arg(input = NULL, arg = NULL)Value
Output:
find_column_multigives a character vector of the arguments that is separated withsepargumentfind_column_multi_inputgives a list of argument names and their valuesfind_column_multi_input_arggives a single object with value from the selected argument
See also
Other input-argument functions:
find_column_input()
Other input-argument functions:
find_column_input()
Other input-argument functions:
find_column_input()
