webuse (version 0.1.3)

webuse: webuse

Description

Import Stata ‘webuse’ Datasets

Usage

webuse(data, version = 15, envir = parent.frame())
    
    webuselist

Arguments

data

A character string containing the name of a Stata dataset.

version

An integer indicating the version of Stata for which to retrieve the named dataset. Default is version 14 (current as of June, 2015).

envir

An environment in which to store the object. By default, this will be the parent environment (often the global environment).

Value

A data.frame, invisibly.

Details

webuse retrieves a named Stata dataset from Stata's server and loads it as a named object in the specified environment.

webuselist provides a named list of (some of) the datasets available. Use names(webuselist) to retrieve the datasets.

References

Stata webuse manual

Examples

Run this code
# NOT RUN {
webuse("auto")
"auto" 
# }
# NOT RUN {
<!-- %in% ls() -->
# }
# NOT RUN {
webuse("uslifeexp")
"uslifeexp" 
# }
# NOT RUN {
<!-- %in% ls() -->
# }

Run the code above in your browser using DataLab