create_rmd(
x,
output_file,
output_format = "pdf_document",
preprocessing_fun = print_preprocessing,
decomposition_fun = print_decomposition,
diagnostics_fun = print_diagnostics,
title = "Seasonal adjustment summary",
knitr_chunk_opts = list(fig.pos = "h", echo = FALSE, results = "asis", fig.cap =
"S-I Ratio"),
...
)# S3 method for SA
create_rmd(
x,
output_file,
output_format = "pdf_document",
preprocessing_fun = print_preprocessing,
decomposition_fun = print_decomposition,
diagnostics_fun = print_diagnostics,
title = "Seasonal adjustment summary",
knitr_chunk_opts = list(fig.pos = "h", echo = FALSE, results = "asis", fig.cap =
"S-I Ratio"),
...
)
# S3 method for jSA
create_rmd(
x,
output_file,
output_format = "pdf_document",
preprocessing_fun = print_preprocessing,
decomposition_fun = print_decomposition,
diagnostics_fun = print_diagnostics,
title = "Seasonal adjustment summary",
knitr_chunk_opts = list(fig.pos = "h", echo = FALSE, results = "asis", fig.cap =
"S-I Ratio"),
...
)
# S3 method for workspace
create_rmd(
x,
output_file,
output_format = "pdf_document",
preprocessing_fun = print_preprocessing,
decomposition_fun = print_decomposition,
diagnostics_fun = print_diagnostics,
title = "Seasonal adjustment summary",
knitr_chunk_opts = list(fig.pos = "h", echo = FALSE, results = "asis", fig.cap =
"S-I Ratio"),
...
)
# S3 method for multiprocessing
create_rmd(
x,
output_file,
output_format = "pdf_document",
preprocessing_fun = print_preprocessing,
decomposition_fun = print_decomposition,
diagnostics_fun = print_diagnostics,
title = "Seasonal adjustment summary",
knitr_chunk_opts = list(fig.pos = "h", echo = FALSE, results = "asis", fig.cap =
"S-I Ratio"),
...,
workspace
)
# S3 method for sa_item
create_rmd(
x,
output_file,
output_format = "pdf_document",
preprocessing_fun = print_preprocessing,
decomposition_fun = print_decomposition,
diagnostics_fun = print_diagnostics,
title = "Seasonal adjustment summary",
knitr_chunk_opts = list(fig.pos = "h", echo = FALSE, results = "asis", fig.cap =
"S-I Ratio"),
...,
workspace
)