R/preview_yaml.R

Defines functions preview_yaml

preview_yaml <- function(yml){
  cat(yaml::as.yaml(yml))
}

Try the rworkflows package in your browser

Any scripts or data that you put into this service are public.

rworkflows documentation built on Sept. 23, 2024, 1:08 a.m.