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

Description Usage Arguments Value Examples

Description

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

Usage

1
2
3
4
5
6
7

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

Value

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

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
library(rgee)

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

## End(Not run)

csaybar/rgee documentation built on March 11, 2021, 5:48 a.m.