bdpe_remove_token {BigDataPE}R Documentation

Remove the token associated with a specific dataset

Description

This function removes the authentication token stored in an environment variable for a specific dataset. If the token is not found, it prints a message and does not throw an error.

Usage

bdpe_remove_token(base_name)

Arguments

base_name

The name of the dataset (character).

Value

No return value. If the token is found, it is removed. If not, a message is displayed.

Examples

bdpe_remove_token("education_dataset")


[Package BigDataPE version 0.0.96 Index]