jmvReadWrite (version 0.1.0)

jmvRead: Read files created of the statistical spreadsheet 'jamovi' (www.jamovi.org)

Description

Read files created of the statistical spreadsheet 'jamovi' (www.jamovi.org)

Usage

jmvRead(fleNme = "", useFlt = FALSE, rmMsVl = FALSE, sveAtt = FALSE)

Arguments

fleNme

name of the 'jamovi' file to be read ("FILENAME.omv"; default = "")

useFlt

apply filters (remove the lines where the filter is set to 0; default: FALSE)

rmMsVl

remove values defined as missing values (replace them with NA; default - FALSE)

sveAtt

store attributes that are not required in the data set (if you want to write the same data set using jmvWrite; default <U+2013> FALSE)

Value

data frame (can be directly used with functions included in the R-package 'jmv' and syntax from 'jamovi'; also compatible with the format of the R-package "foreign")