I'm trying to read the attached file like so:
test <- read_chunkwise('br_reporting_2017.csv', format='csv')
But it's giving me this warning:
1: In FUN(X[[i]], ...) :
Unsupported type 'logical'; using default type 'string'
2: In FUN(X[[i]], ...) :
Unsupported type 'logical'; using default type 'string'
And when I try to access the test value, I get:
Error in UseMethod("groups") :
no applicable method for 'groups' applied to an object of class "NULL"
Do you know what might be going on here?
here's the attached file: https://s3.amazonaws.com/rcrainfo-ftp/Production/2021-03-08T08-09-38-0500/Biennial%20Report/BR_REPORTING_2017/BR_REPORTING_2017.zip
I'm trying to read the attached file like so:
test <- read_chunkwise('br_reporting_2017.csv', format='csv')But it's giving me this warning:
And when I try to access the
testvalue, I get:Do you know what might be going on here?
here's the attached file: https://s3.amazonaws.com/rcrainfo-ftp/Production/2021-03-08T08-09-38-0500/Biennial%20Report/BR_REPORTING_2017/BR_REPORTING_2017.zip