We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f010022 commit 7f7dafcCopy full SHA for 7f7dafc
R/utils.R
@@ -45,9 +45,13 @@ has_star <- function(x) {
45
}
46
47
48
-#' Coerce based on atomicclass
49
-#' @param x A vector
+#' Coerce a character vector based on atomicclass
+#' @param x A character vector
50
#' @param atomicclass A character string indicating the atomic class
51
+#' @description
52
+#' We assume that the date is stored as a signed integer in excel, being the
53
+#' number of days passed since January 1 1970.
54
+# TODO: check the previous statement
55
#' @return A vector of the specified atomic class
56
#' @noRd
57
coerce <- function(x, atomicclass) {
0 commit comments