It looks like carto.com is hard coded in a couple places...
-
|
base_url <- paste0("https://", carto_env["carto_acc"], ".carto.com/api/v2/sql", |
My install uses the url format https://mydomain.com:3000/user/dev/api/v2/ so not sure the easiest way to set that.
It looks like
carto.comis hard coded in a couple places...rCartoAPI/R/import.R
Line 15 in 1e1ebd8
rCartoAPI/R/sql.R
Line 8 in 00e6784
My install uses the url format
https://mydomain.com:3000/user/dev/api/v2/so not sure the easiest way to set that.