genvar (version 0.0.2.0)

is_loaded: a command to determine whether data is loaded

Description

a command to determine whether data is loaded

Usage

is_loaded()

Arguments

Value

returns TRUE if dataset is loaded in genvar and FALSE otherwise

Examples

Run this code
# NOT RUN {
capture(clear())
is_loaded()
use(cars)
is_loaded()
# }

Run the code above in your browser using DataLab