Learn R Programming

AnalysisPageServer (version 1.6.2)

set.APS.outdir: Set current AnalysisPageServer output directory

Description

This directory is used by embed.APS.dataset to decide where to save the .svg and .json files.

Usage

set.APS.outdir(outdir)

Arguments

outdir
New output directory

Value

Nothing important

See Also

get.APS.outdir, reset.APS.outdir

Examples

Run this code
set.APS.outdir("/some/path")
get.APS.outdir()
reset.APS.outdir()

Run the code above in your browser using DataLab