mirror of
https://github.com/msberends/AMR.git
synced 2025-07-10 03:42:03 +02:00
(v1.3.0.9004) data sets, as.disk() improvement
This commit is contained in:
@ -575,3 +575,9 @@ isFALSE <- function(x) {
|
||||
deparse1 <- function(expr, collapse = " ", width.cutoff = 500L, ...) {
|
||||
paste(deparse(expr, width.cutoff, ...), collapse = collapse)
|
||||
}
|
||||
file.size <- function (...) {
|
||||
base::file.info(...)$size
|
||||
}
|
||||
file.mtime <- function (...) {
|
||||
base::file.info(...)$mtime
|
||||
}
|
||||
|
Reference in New Issue
Block a user