Skip to contents

Detach before attaching

Usage

Attach(x, name = deparse(substitute(x)), ...)

Arguments

x

What to attach.

name

Name to use for attached database. Default: name of x.

...

Additional arguments to attach().

Examples

Attach(airquality)
Attach(airquality)   # Ordinarily this would provoke warnings