powered by
mutate_ext(.tbl, .funs, ..., .ext = "")
mutate_ext(mtcars, funs(log), mpg, cyl, .ext = "_log") mutate_ext(mtcars, funs(log), .ext = "_log")
Run the code above in your browser using DataLab