Skip to content

Commit

Permalink
remove factor type for radar
Browse files Browse the repository at this point in the history
  • Loading branch information
adokter committed Jul 29, 2024
1 parent 54af539 commit 3acb66f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/read_vpts.R
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ read_vpts_csv <- function(files, data_frame = FALSE) {

data <- dplyr::mutate(
data,
radar = as.factor(radar),
datetime = as.POSIXct(datetime, format = "%Y-%m-%dT%H:%M:%SZ", tz = "UTC")
)

Expand Down

0 comments on commit 3acb66f

Please sign in to comment.