Learn R Programming

quanteda (version 0.9.9-3)

View: View methods for quanteda

Description

Redefines utils::View() as a generic, so that we can define methods for kwic to produce a nice viewer.

Usage

View(x, title)
"View"(x, title)
"View"(x, title)
"View"(x, title)

Arguments

x
an R object which can be coerced to a data frame with non-zero numbers of rows and columns
title
for viewer window. Defaults to name of x prefixed by Data:

See Also

View

Examples

Run this code
## Not run: 
# ## for kwic
# View(kwic(data_char_ukimmig2010, "illeg*"))
# 
# ## for data.frame
# View(dfm(data_char_ukimmig2010))
# ## End(Not run)

Run the code above in your browser using DataLab