Learn R Programming

genvar (version 0.0.2.0)

clear: clears the dataset in memory

Description

removes a dataset from memory, errors if no dataset is loaded

Usage

clear()

Arguments

Value

returns NULL invisibly

Examples

Run this code
# NOT RUN {
use(cars, clear=TRUE)
listif()
clear()
listif()
# }

Run the code above in your browser using DataLab