powered by
A function between dplyr's transmute and mutate
transmutate(.data, ...)
Data frame with mutated variables and none of the variables used in the mutations, but, unlike dplyr::transmute(), all other unnamed variables.
dplyr::transmute()
Data frame to pass to the function
Variables to pass to the function
# \donttest{ pluck(emperors, "Wikipedia") transmutate(emperors$Wikipedia, Beginning = Begin) # }
Run the code above in your browser using DataLab