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)

MilesMcBain/r2vr documentation built on March 29, 2021, 12:03 p.m.