Updated package description to include SDTM Implementation Guide author (CDSIC) and link
Minor updates to convert_to_script() function documentation
added example for create_STAT() function
prepared documentation for CRAN submission
create_STAT() functionwrite_tbl_to_xpt(), convert_to_script(), and write_sessionInfo() and set default for the dir argument to these functions as NULLImproved write_tbl_to_xpt(), convert_to_script(), and write_sessionInfo() with input checking. Also added unit tests and improved the documentation and examples for these functions.
write_tbl_to_xpt() now lets users set a data set name/label different from filename
Added functions for comparing QC to production SDTM domain data sets (compare_qc_to_prod(), inspect_diffs(), summary_diffs())
Added convert_to_script() for converting exploratory .Rmd to production .R scripts
Added write_sessionInfo() for logging R session state after a script is run