Open shromada opened 3 weeks ago
I am also getting this error message. Has there been any resolution please?
There has been no resolution as far as this package. I have been able to successfully run the same function provided in CTT's other repo: https://github.com/cellular-tracking-technologies/data_tools
Thank you so much. Worked for me too :)
I am unable to run the get_my_data() function. This was previously not an issue before the last package update, but now the function fails with the following error when ran with the prior :
Error in FUN(X[[i]], ...) : argument "filetypes" is missing, with no
default` This error returns after the function calculates how many files will be downloaded (8883) and prints:
[1] "prepped list of filenames to get". I tried to specify the
filetypes = c("raw", "node_health", "gps", "blu")` in the function call using what seems to be expected in downstream functions, but that results in the same error.I am using R version 4.4.1, but had the same issue with an install of R 4.2.1. The error is returned whether or not I have actually connected to the postgres database.