powered by
Determine if the given function uses semantic argument names.
usesSemanticArgumentNames(fun_f_1)
A TRUE when arguments used by function are all semantic names.
TRUE
A single function
function
tools:::Rd_package_author("wyz.code.metaTesting")
Maintainer: tools:::Rd_package_maintainer("wyz.code.metaTesting")
f <- function(x_) x_ usesSemanticArgumentNames(f) # TRUE usesSemanticArgumentNames(sum) # FALSE
Run the code above in your browser using DataLab