move_item | R Documentation |
Moves a code or theme to a new location in the hierarchy while preserving its properties and child nodes. Checks for circular references and maintains the integrity of the hierarchy structure.
move_item(node, item_path, new_parent_path)
node |
Root node of the hierarchy tree |
item_path |
Character vector specifying the current path to the item |
new_parent_path |
Character vector specifying the path to the new parent |
Updated node hierarchy with item moved to new location
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.