NoTransformOp ------------- NoTransformOp is used for a command in the original script that provides important information but does not have a function in SDTL. For example, “library()” in R loads a package of R functions. Since the Parser detects the library, the SDTL will reflect the library that is used, and commands derived from the library will be translated in the SDTL script. However, it is useful to know which library is active for auditing the R script, even if it does not perform any data transformations. Properties ~~~~~~~~~~ This type contains no properties. Properties Inherited from InformBase ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ No properties are inherited. Properties Inherited from CommandBase ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. csv-table:: :header: "Name","Type","","Description" :widths: 15,10,5,100 "Command","string","1..1","The type of command" "SourceInformation",":doc:`/composite-types/SourceInformation/index`","0..n","Information about the source of the command." "MessageText","string","0..n","Adds a message that can be displayed with the command." Item Type Hierarchy ~~~~~~~~~~~~~~~~~~~ * :doc:`/composite-types/CommandBase/index` * :doc:`/composite-types/InformBase/index` * **NoTransformOp** Relationships ~~~~~~~~~~~~~ .. container:: image |stub| .. |stub| image:: ../../images/NoTransformOp.svg