go: Go to next VR scene

Description Usage Arguments Examples

View source: R/go.R

Description

Go to next VR scene

Usage

1
go(image_paths, index = NA, question_type = "binary")

Arguments

image_paths

Character string of image paths from current working directory.

index

Optional numeric input to select a specific image.

question_type

Optional question type from "binary" or "multivariable". Defaults to "binary".

Examples

1
2
3
4
image_paths <- c("img1.jpg", "img2.jpg", "img3.jpg")

go(image_paths, 2)
go(image_paths, 3)

Jon-Peppinck/r2vr-2020 documentation built on Jan. 27, 2021, 3:23 a.m.