Copy SaK in the ~/.config/earthengine/$USER.
ee_utils_sak_copy(sakfile, users = NULL, delete = FALSE, quiet = FALSE)
if (FALSE) { # \dontrun{
library(rgee)
ee_Initialize()
# sakfile <- "/home/rgee_dev/sak_file.json"
## Copy sakfile to the users 'csaybar' and 'ndef'
# ee_utils_sak_copy(sakfile = sakfile, users = c("csaybar", "ndef"))
# # Copy the sakfile of the user1 to the user2 and user3.
# ee_utils_sak_copy(users = c("csaybar", "ndef", "ryali93"))
} # }