livecode: Simulate Live Coding

Description Usage Arguments Examples

Description

Use the xfun package to simulate live coding.

Use the xfun package to simulate live coding.

Usage

1
2
3
4
.(n = NULL, root = teach::get_root(), script = sprintf("%s.R",
  sprintf("%02d", n)))

get_root(path = getOption("teach_path"))

Arguments

n

A script number within the root.

root

A root folder.

script

A script name.

path

A path for the root.

Examples

1
2
3
get_root()
options(teach_path = '.bin/scripts/01')
get_root()

trinker/teach documentation built on May 26, 2019, 5:34 a.m.