powered by
Determine if the given function uses semantic argument names.
usesSemanticArgumentNames(fun_f_1)
A single function
A boolean value
# NOT RUN { f <- function(x_) x_ usesSemanticArgumentNames(f) #TRUE usesSemanticArgumentNames(sum) #FALSE # }
Run the code above in your browser using DataLab