R/rmUnix_Sgpm.R

Defines functions rmUnix_Sgpm

Documented in rmUnix_Sgpm

#*********************************************
#*********************************************
#' Remove the files with basenames UNIX_time.tsd and sgPM.tsd. Used in UNIX_time() and read.event().
#'
#' @param x  A vector of file names.
#' @export
#' @rdname rmUNIX_SgPM
#'
rmUnix_Sgpm <- function(x){
	x[!tolower(basename(x)) %in% c("unix_time.tsd","sgpm.tsd")]
}
arnejohannesholmin/sonR documentation built on April 14, 2024, 11:39 p.m.