All functions that alter an existing table seem to be returning the following error:
Error in eval(call("force", as.symbol(paste0("..", x)))) :
argument "..2" is missing, with no default
This has been tested with the NB1 database, using write_dataframe_to_db and drop_table_from_db
I am able to write a new table to the ADM, and retrieve data from it, but I cannot append, overwrite or delete anything from the table.
All functions that alter an existing table seem to be returning the following error:
Error in eval(call("force", as.symbol(paste0("..", x)))) :
argument "..2" is missing, with no default
This has been tested with the NB1 database, using write_dataframe_to_db and drop_table_from_db
I am able to write a new table to the ADM, and retrieve data from it, but I cannot append, overwrite or delete anything from the table.