library(dplyr)
library(shellpipes)
loadEnvironments()
summary(dat)
dat <- (dat
%>% mutate(NULL
, robustProp = status/wt
, numTest = wt
)
)
saveEnvironment()
objects()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.