Learn R Programming

genvar (version 0.0.2.0)

listdata: lists datasets currently in memory

Description

lists datasets currently in memory

Usage

listdata()

Arguments

Value

returns a data frame of the names of the datasets in memory and basic descriptions (number of observations, variables).

Examples

Run this code
# NOT RUN {
use(cars, clear=TRUE)
namedata("cars", clear=TRUE)
library(plm)
data(Produc)
use(Produc, clear=TRUE)
namedata("product", clear=TRUE)
listdata()
namedata("cars_new_name", original="cars", clear=TRUE)
listdata()
# }

Run the code above in your browser using DataLab