pass_papaya: View images with Papaya

View source: R/pass_papaya.R

pass_papayaR Documentation

View images with Papaya

Description

Writes temporary images out from nifti objects or passes character filenames of images to papaya JS viewer

Usage

pass_papaya(
  L = NULL,
  outdir = NULL,
  daemon = FALSE,
  close_on_exit = TRUE,
  sleeper = 3,
  version = "0.8",
  build = "982"
)

Arguments

L

list of arguments passed to papaya using params

outdir

output directory for index and all to go

daemon

Argument passed to server_config

close_on_exit

Should the server close once the function finishes?

sleeper

Time in seconds to sleep if close_on_exit = TRUE. This allows the server to start up.

version

Version of papaya.js and papaya.css to use

build

Build of papaya.js and papaya.css to use


CICA documentation built on July 26, 2023, 5:51 p.m.