AddModule: Make module skeleton

Description Usage Arguments Details

Description

Make everything you need to get started on making modules for the Statisical Working system including:

Usage

1
2
AddModule(name = "new_module", dir = sprintf("modules/%s", name),
  type = "basic", gitignore = TRUE)

Arguments

name

character. Name of the new module

dir

character. Directory in which to place the new module

type

character. Either a valid reference to an example in the package (see Details) or a filename.

gitignore

character. Whether the gitignore should be modified to include the sws.yml file.

Details

The following are valid module types in the package:


SWS-Methodology/faoswsModules documentation built on May 9, 2019, 11:49 a.m.