Learn R Programming

rgee (version 0.5.0)

ee_check-tools: Interface to check Python and non-R dependencies

Description

R functions for checking Google credentials (Google Earth Engine, Google Drive and Google Cloud Storage) available in their system and the Python environment and the Third-Party Python Packages used by rgee.

Usage

ee_check()

ee_check_python(quiet = FALSE)

ee_check_rgee_python_packages(quiet = FALSE)

ee_check_credentials()

Arguments

quiet

Logical. Suppress info message

Examples

Run this code
# NOT RUN {
library(rgee)

ee_reattach() # reattach ee as a reserved word

ee_check_python()
ee_check_rgee_python_packages()
ee_check_credentials()
ee_check() # put it all together
# }

Run the code above in your browser using DataLab