bdpe_list_tokens {BigDataPE} | R Documentation |
List all datasets that have stored tokens in environment variables
Description
This function returns a character vector of dataset names
that have their tokens stored in environment variables.
Specifically, it looks for variables that begin with the prefix
"BigDataPE_"
.
Usage
bdpe_list_tokens()
Value
A character vector of dataset names with stored tokens. If no tokens are found, an empty vector is returned and a message is printed.
Examples
bdpe_list_tokens()
[Package BigDataPE version 0.0.96 Index]