convert_qmsim_to_mix99 | R Documentation |
Convert QMSim Output to MiX99 Input
convert_qmsim_to_mix99( ptbl_qm = NULL, ps_qm_path = NULL, ps_out_dir = ".", ps_file_stem = paste0(format(Sys.time(), "%Y%m%d%H%M%S"), "_mix99", collapse = ""), pn_mvc = -99999, pl_vcmp )
ptbl_qm |
tibble with QMSim output |
ps_qm_path |
QMSim output file |
ps_out_dir |
Output directory for Mix99 files |
ps_file_stem |
File stem for Mix99 files |
pn_mvc |
numeric missing value code |
s_qm_path <- system.file("extdata", "qmsim", "p1_data_001.txt", package = "qzwsmix99rt") s_tmp_dir <- tempdir() convert_qmsim_to_mix99(ps_qm_path = s_qm_path, ps_out_dir = file.path(s_tmp_dir, 'mix99_work')) fs::dir_delete(s_tmp_dir)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.