miscutils: Miscellaneous utilities

Description Usage Arguments Value Author(s)

Description

data.browse creates a widget displaying available datasets as a table.

qdataview produces a similar table widget for various table-like objects.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
data.browse(all = TRUE)
qdataview(x, ...)
## S3 method for class 'matrix'
qdataview(x, ...)
## S3 method for class 'table'
qdataview(x, ...)
## S3 method for class 'array'
qdataview(x, ...)
## S3 method for class 'data.frame'
qdataview(x, ...)

Arguments

all

Logical indicating whether datasets from unattached packages should also be shown.

x

An R object, typically table-like.

...

Further arguments. Passed on to qdataFrameModel by the ‘data.frame’ method, ignored for others.

Value

A QWidget instance.

Author(s)

Deepayan Sarkar


qtutils documentation built on May 29, 2017, 5:54 p.m.

Related to miscutils in qtutils...