Learn R Programming

AnalysisPageServer (version 1.6.2)

reset.APS.outdir: Reset AnalysisPageServer output directory

Description

This directory is used by embed.APS.dataset to decide where to save the .svg and .json files. This function resets it to its default, ".".

Usage

reset.APS.outdir()

Arguments

Value

Nothing of note

See Also

get.APS.outdir, set.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