Package 'psykinematix'

Title: Utilities to work with data from Psykinematix Visual Psychophysics
Description: Psykinematix Visual Psychophysics is a tool to develop and deploy psychophysical experiments. This packages enables the user to read in data from this tool into R for further processing.
Authors: Athanasia Mo Mowinckel [aut, cre]
Maintainer: Athanasia Mo Mowinckel <[email protected]>
License: MIT + file LICENSE
Version: 0.0.0.9000
Built: 2024-11-01 03:08:40 UTC
Source: https://github.com/LCBC-UiO/psykinematix

Help Index


Read psykinematix log file

Description

Reads in the psykinematix log file (lpkmx) as a string vector.

Usage

read_lpkmx(path, ...)

Arguments

path

string. path to file.

...

other arguments to readLines

Value

string vector of the log file contents


Read psykinematix file

Description

Convenience function, will automatically detect file type based on file extension and use the correct reading function

Usage

read_pkmx(path, type = NULL, ...)

Arguments

path

string. path to psykinematix file

type

string. override extension detection

...

other arguments to the read functions

Value

depending on read function called, data or string vector