diff --git a/inst/actions/rmarkdown_create_metadata.R b/inst/actions/rmarkdown_create_metadata.R index 81b32ca9..5a3751be 100644 --- a/inst/actions/rmarkdown_create_metadata.R +++ b/inst/actions/rmarkdown_create_metadata.R @@ -6,7 +6,7 @@ function(action, entity, config){ config$logger.info('Generate Rmd') #options - options <- action$otions + options <- action$options template <- if(!is.null(options$template)) options$template else "generic" output_format <- if(!is.null(options$output_format)) options$output_format else "html"