You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Beginning Spatial Thinning.
Script Started at: Sat Sep 24 15:43:26 2022Error in vectbl_as_col_location2():
! Must extract column with a single valid subscript.
✖ Subscript which(names(locs.df) == spec.col) has size 0 but must be size 1.
Run rlang::last_error() to see where the error occurred.
The text was updated successfully, but these errors were encountered:
hi,spthin team!
my code is folling:
thinned_dataset_full <-
thin( loc.data = clean_df,
lat.col = "decimalLatitude", long.col = "decimalLongitude",
thin.par = 20, reps = 1,
locs.thinned.list.return = TRUE,
write.files = TRUE,
max.files = 1,
out.dir = "spthin/", out.base = "name",write.log.file = FALSE)
Beginning Spatial Thinning.
Script Started at: Sat Sep 24 15:43:26 2022Error in
vectbl_as_col_location2()
:! Must extract column with a single valid subscript.
✖ Subscript
which(names(locs.df) == spec.col)
has size 0 but must be size 1.Run
rlang::last_error()
to see where the error occurred.The text was updated successfully, but these errors were encountered: