Learn R Programming

rgee (version 1.1.5)

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), Python environment and Third-Party Python Packages used by rgee.

Usage

ee_check(user = NULL, quiet = FALSE)

ee_check_python(quiet = FALSE)

ee_check_python_packages(quiet = FALSE)

ee_check_credentials(quiet = FALSE)

Value

No return value, called for checking non-R rgee dependencies.

Arguments

user

Character. User to check credentials. If it is not defined, ee_check will skip the check of credentials.

quiet

Logical. Suppress info message

Examples

Run this code
if (FALSE) {
library(rgee)

ee_check_python()
ee_check_python_packages()
ee_check_credentials()
ee_check() # put them all together
}

Run the code above in your browser using DataLab