listdata: lists datasets currently in memory

Description Usage Value Examples

Description

lists datasets currently in memory

Usage

1

Value

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

Examples

1
2
3
4
5
6
7
8
9
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()

genvar documentation built on Jan. 21, 2020, 9:07 a.m.