DesignLibrary (version 0.1.2)

construct_design_code: Generates clean code string that reproduces design

Description

Generates clean code string that reproduces design

Usage

construct_design_code(designer, args, arguments_as_values = FALSE,
  exclude_args = NULL)

Arguments

designer

Designer function.

args

Named list of arguments to be passed to designer function.

arguments_as_values

Logical. Whether to replace argument names for value.

exclude_args

Vector of strings. Name of arguments to be excluded from argument definition at top of design code.