FemFit_removeNAs: Remove NAs from an FemFit dataset

Description Usage Arguments Details Value See Also Examples

Description

Processes an FemFit dataset to remove unlabelled observations.

Usage

1
FemFit_removeNAs(x, whichSession = "")

Arguments

x

An "FemFit" object.

whichSession

A character vector of session identifiers. Defaults to processing all sessions.

Details

Removes observations that were not labelled with any protocol information found in the "session" JavaScript Object Notation file.

Value

Returns the processed "FemFit" object.

See Also

read_FemFit

Examples

1
2
3
4
5
session283 = read_FemFit("Datasets_AukRepeat/61aa0782289af385_283_csv.zip") %>%
    FemFit_removeNAs()

# Alternatively without the piping operator:
session283 = FemFit_removeNAs(read_FemFit("Datasets_AukRepeat/61aa0782289af385_283_csv.zip"))

TheGreatGospel/IVPSA documentation built on May 19, 2019, 1:47 a.m.