inst/test/code/mutate-from-value-1.R

library(dplyr)

Formaldehyde %>%
  mutate(X = 1, Y = "Two") %>%
  mutate(Z = paste(Y, "Three"))
seankross/mario documentation built on Dec. 22, 2021, 11:15 p.m.