# NOT RUN {
y <- data.frame(
name = c("docker", "alpine"),
args = I(list(c("version"), c("echo", "Hello Cloud Build"))),
id = c("Docker Version", "Hello Cloud Build"),
prefix = c(NA, ""),
stringsAsFactors = FALSE
)
cr_buildstep_df(y)
# }
Run the code above in your browser using DataLab