Error checks and plotting speedups for dive_phe2mash function

This commit is contained in:
2021-03-31 18:17:02 -05:00
parent 027323acf6
commit 1edd72d15e
26 changed files with 779 additions and 63 deletions

17
man/get_date_filename.Rd Normal file
View File

@@ -0,0 +1,17 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/mash-evaluation.R
\name{get_date_filename}
\alias{get_date_filename}
\title{Get current date-time in a filename-appropriate format.}
\usage{
get_date_filename()
}
\value{
A string containing the current date-time with spaces and colons
replaced with underscores and periods, respectively.
}
\description{
Converts the current \code{Sys.time()} system time to a format
that is acceptable to include in a filename. Changes punctuation that
won't work in a filename.
}