bdpe_remove_token: Remove the token associated with a specific dataset

View source: R/BigDataPE.R

bdpe_remove_tokenR 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")


BigDataPE documentation built on April 4, 2025, 4:47 a.m.