what: Lists the data sets available from jamovi

View source: R/main.R

whatR Documentation

Lists the data sets available from jamovi

Description

Lists the data sets available from jamovi. Data sets can then be read using the read() function.

Usage

what()

Examples

## Not run: 
jmvconnect::what()

#  Available Data Sets
#  -------------------------------------
#         Title           Rows    Cols
#  -------------------------------------
#    1    iris             150       5
#    2    Tooth Growth      60       3
#  -------------------------------------

data <- jmvconnect::read('Tooth Growth')

# or

data <- jmvconnect::read(2)

## End(Not run)


jmvconnect documentation built on June 9, 2022, 9:05 a.m.

Related to what in jmvconnect...