Skip to content

Commit

Permalink
fix typo in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomflavio committed Oct 9, 2024
1 parent e78553c commit 24ceed7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions R/helper.R
Original file line number Diff line number Diff line change
Expand Up @@ -688,14 +688,14 @@ splitSignals <- function(x) {
}


#' Convert Lotek CMDA log to csv
#' Convert Lotek CDMA log to csv
#'
#' Lotek CMDA logs are exported in TXT, and contain several chunks of
#' Lotek CDMA logs are exported in TXT, and contain several chunks of
#' of information. Importantly, the detections may be saved with a GMT offset,
#' as opposed to the more common UTC standard.
#' Additionally, the date format isn't the standard yyyy-mm-dd.
#'
#' This function extracts the detections from the CMDA file, converts the
#' This function extracts the detections from the CDMA file, converts the
#' dates to yyyy-mm-dd, binds the time to the date and resets it to UTC, and
#' ultimately converts the dataframe into the standard format accepted by actel.
#'
Expand Down
6 changes: 3 additions & 3 deletions man/convertLotekCDMAFile.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 24ceed7

Please sign in to comment.