Skip to content

Commit

Permalink
initial commit and spellcheck (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobLBaker authored Aug 10, 2022
1 parent 6f7bf7d commit 0542771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/getEMLfunctions.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ get.beginDate<-function(emlObject){
#'
#' @description get.endDate returns the date of the last data point in the data package
#'
#' @details returns the date from the <endDate> tag. Although dates should be formatted accoriding to ISO-8601 (YYYY-MM-DD) it will also check a few other common formats and return the date as a text string: "DD Month YYYY"
#' @details returns the date from the <endDate> tag. Although dates should be formatted according to ISO-8601 (YYYY-MM-DD) it will also check a few other common formats and return the date as a text string: "DD Month YYYY"
#'
#' #' @param emlObject is an R object imported (typically from an EML-formatted .xml file) using EmL::read_eml(<filename>, from="xml").
#' @return a text sting
Expand Down

0 comments on commit 0542771

Please sign in to comment.