When running s3_objects() in Workbench, I've receive the following error:
Warning message:
There was 1 warning in dplyr::mutate().
ℹ In argument: size = base::as.integer(size).
Caused by warning:
! NAs introduced by coercion to integer range
Not sure why some objects might night have a size (maybe they are folders)? Possible solution is suppressing the warning.
When running
s3_objects()
in Workbench, I've receive the following error:Warning message: There was 1 warning in
dplyr::mutate()
. ℹ In argument:size = base::as.integer(size)
. Caused by warning: ! NAs introduced by coercion to integer rangeNot sure why some objects might night have a size (maybe they are folders)? Possible solution is suppressing the warning.