Error checks and plotting speedups for dive_phe2mash function
This commit is contained in:
17
man/get_date_filename.Rd
Normal file
17
man/get_date_filename.Rd
Normal 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.
|
||||
}
|
||||
Reference in New Issue
Block a user