runningFunctions: runningFunctions

runningFunctionsR Documentation

runningFunctions

Description

Functions to run all functions for art objects. This includes cascading a function down to objects contained in other objects.

Usage

runAllFunctions(
  input,
  classes = list(),
  getData = FALSE,
  frameNumber,
  abcd = "a"
)

cascadeFunction(input, inputFunction, classes = list(), frameNumber)

Arguments

input

a component, layer, section or page

classes

list

getData

logical

frameNumber

numerical

abcd

"a","b","c" or "d". Short for action, build, camera and display respectively.

Details

Functions to run functions an art object contains and does the same for all sub-objects. Only functions that match the current frame and value of abcd are run.

Examples

print(1+1)

R-graphic-design/RGD documentation built on Jan. 2, 2023, 10:30 p.m.