Answers for "modify depth R"

0

modify depth R

modify(.x, .f, ...)

# S3 method for default
modify(.x, .f, ...)

modify_if(.x, .p, .f, ..., .else = NULL)

# S3 method for default
modify_if(.x, .p, .f, ..., .else = NULL)

modify_at(.x, .at, .f, ...)

# S3 method for default
modify_at(.x, .at, .f, ...)

modify2(.x, .y, .f, ...)

imodify(.x, .f, ...)

modify_depth(.x, .depth, .f, ..., .ragged = .depth < 0)

# S3 method for default
modify_depth(.x, .depth, .f, ..., .ragged = .depth < 0)
Posted by: Guest on March-10-2020

Browse Popular Code Answers by Language