module.copy: module.copy

Description Usage Arguments Value Examples

Description

The module copy function moves lesson-plan files from an internal package directory to a user-specified directory.

Usage

1
  module.copy(mod, to)

Arguments

mod

module to be copied, specified in quotes

to

path to which the module should be copied, should end with a folder name

Value

NULL only moving files around

Examples

1
module.copy(mod="permTestExample", to="~/test")

nickreich/teachr documentation built on May 23, 2019, 5 p.m.