Skip to content

Commit

Permalink
Rename to filter_obs_by_stime()
Browse files Browse the repository at this point in the history
  • Loading branch information
athowes committed May 15, 2024
1 parent d0ed63e commit 5b176fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/observe.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ observe_process <- function(linelist) {
#'
#' @family observe
#' @export
filter_obs_by_obs_time <- function(linelist, obs_time) {
filter_obs_by_stime <- function(linelist, obs_time) {
clinelist <- data.table::copy(linelist)
clinelist[, obs_at := obs_time]
clinelist[, obs_time := obs_time - ptime]
Expand Down

0 comments on commit 5b176fc

Please sign in to comment.