Learn R Programming

siera (version 0.4.0)

ARD_script_example: Get path to example ARD scripts, auto-generated by siera

Description

siera comes bundled with some example ARD-producing scripts in its `inst/script` directory. This function make them easy to access.

Usage

ARD_script_example(path = NULL)

Value

A list of example R files (if path is NULL), or a file itself if path is used.

Arguments

path

Name of R file. If `NULL`, the example files will be listed.

Examples

Run this code
ARD_script_example()
ARD_script_example("ARD_Out14-1-1.R")

Run the code above in your browser using DataLab