copernicus_test_open {copernicusR} | R Documentation |
Test opening of Copernicus dataset
Description
Performs a test dataset opening to validate that the open_dataset function works. Uses stored credentials if available.
Usage
copernicus_test_open(username = NULL, password = NULL)
Arguments
username |
Copernicus Marine username (optional, will try to get from stored credentials first). |
password |
Copernicus Marine password (optional, will try to get from stored credentials first). |
Value
TRUE if the test was successful.
[Package copernicusR version 0.1.0 Index]