# NOT RUN {
library(rgee)
ee_reattach() # reattach ee as a reserved word
# Simple init - Load just the Earth Engine credential
ee_Initialize()
# Advanced init - Load full credentials
ee_Initialize(
email = "your_email@gmail.com",
drive = TRUE,
gcs = TRUE
)
ee_user_info()
# }
Run the code above in your browser using DataLab