R functions for checking Google credentials (Google Earth Engine, Google Drive and Google Cloud Storage), Python environment and Third-Party Python Packages used by rgee.
ee_check(user = NULL, quiet = FALSE)
ee_check_python(quiet = FALSE)
ee_check_python_packages(quiet = FALSE)
ee_check_credentials(quiet = FALSE)
Character. User to check credentials. If it is not defined, ee_check will skip the check of credentials.
Logical. Suppress info message
No return value, called for checking non-R rgee dependencies.