4 Matching Annotations
  1. May 2022
    1. tagQuery()

      tagQuery( ) allows one to change the structure of a html object without having to but much concern about how it is nested.

    2. tagAppendAttributes() adds a new attribute to the current tag
    3. tagRemoveAttributes()

      This is a function found in the golem package.

    4. tagSetChildren() creates children for a given tag

      How to set children, but remember that this function replaces the all children.