Skip to content

Commit

Permalink
update from double to int
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaslelann committed Apr 17, 2022
1 parent 4f698d8 commit b82d418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ f.names %>%
bind_rows() %>%
mutate_if(is.logical, as.character) %>%
mutate_if(is.integer, as.double) %>%
mutate(.ci = rep_len(0, nrow(.))) %>%
mutate(.ci = as.integer(rep_len(0, nrow(.)))) %>%
mutate(filename_of_zip = rep_len(basename(filename), nrow(.))) %>%
ctx$addNamespace() %>%
ctx$save()

0 comments on commit b82d418

Please sign in to comment.