Hi all,
I am having trouble with file.info. Here is the link to my project Posit Cloud
I just want to know the size of the dataset.
I call this
file.info("BRCI") and get
size isdir mode mtime ctime atime uid gid uname grname
BRCI NA NA NA NA
can someone explain what the problem is...I've also tried
so I think the next step would be checking file.exist() which will likely be false,
and then understanding why you think the file exists but why the system doesnt.
perhaps its a question of file paths, re. your working directory getwd() being different from the BRCI file location. or perhaps you omitted a file extension, does BRCI not have an associated file type ?
I didnt follow the link to your cloud project, so I havent considered its contents.