powered by
Wrapper around dplyr::transmute and related functions that prints information about the operation
transmute(.data, ...)transmute_all(.data, ...)transmute_if(.data, ...)transmute_at(.data, ...)
transmute_all(.data, ...)
transmute_if(.data, ...)
transmute_at(.data, ...)
a tbl; see transmute
see transmute
# NOT RUN { transmute(mtcars, mpg = mpg * 2) #> transmute: dropped 10 variables (cyl, disp, hp, drat, wt, ...) #> transmute: changed 32 values (100%) of 'mpg' (0 new NA) # }
Run the code above in your browser using DataLab