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 May 29, 2024, 2:37 a.m.