Skip to content
Snippets Groups Projects
Commit c78b9543 authored by Laura A DeCicco's avatar Laura A DeCicco
Browse files

Added dependency function.

parent eeb50e5b
No related branches found
No related tags found
1 merge request!19Added getUserInfo function.
...@@ -55,4 +55,5 @@ import(XML) ...@@ -55,4 +55,5 @@ import(XML)
import(reshape2) import(reshape2)
import(zoo) import(zoo)
importFrom(dplyr,rbind_all) importFrom(dplyr,rbind_all)
importFrom(lubridate,decimal_date)
importFrom(lubridate,parse_date_time) importFrom(lubridate,parse_date_time)
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
#' #'
#' @param rawData vector with dateTime #' @param rawData vector with dateTime
#' @return DateFrame dataframe #' @return DateFrame dataframe
#' @importFrom lubridate decimal_date
#' @export #' @export
#' @examples #' @examples
#' dateTime <- c('1984-02-28 13:56', '1984-03-01', '1986-03-01') #' dateTime <- c('1984-02-28 13:56', '1984-03-01', '1986-03-01')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment