pkgdown/mathjax-config.html

Skip to contents

Removes the watched attribute. Dplyr verbs will no longer auto-stamp.

Usage

unwatch(.data)

Arguments

.data

A data frame.

Value

.data without the watched attribute.

See also

Examples

df <- key(data.frame(id = 1:3, x = 1:3), id) |> watch()
df <- unwatch(df)