Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikkel Roald-Arbøl committed Aug 3, 2024
1 parent 99fff4f commit 10897ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/read_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ read_trackball_data <- function(
dplyr::rename("y_{{ n }}" := 2) |>
dplyr::rename("time_{{ n }}" := 3) |>
dplyr::rename("datetime_{{ n }}" := 4) |>
dplyr::rename(.data$time_diff := 5) |>
dplyr::rename("time_diff" := 5) |>
dplyr::select(-.data$time_diff) |>
dplyr::mutate(sensor_n = i)
}
Expand Down

0 comments on commit 10897ab

Please sign in to comment.