Description Usage Arguments Value Examples
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.
1 2 3 4 5 6 7 | ee_check(user = NULL, quiet = FALSE)
ee_check_python(quiet = FALSE)
ee_check_python_packages(quiet = FALSE)
ee_check_credentials(quiet = FALSE)
|
user |
Character. User to check credentials. If it is not defined, ee_check will skip the check of credentials. |
quiet |
Logical. Suppress info message |
No return value, called for checking non-R rgee dependencies.
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.