# NOT RUN {
library(rgee)
# 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