Oh! That depends on how much you want to duplicate.
Node has a duplicate method which you can tell how much of the node to duplicate with flags, but quite often you'll want to duplicate the node's children as well. That involves a bit more effort.
Edit: Sprites inherit the method from node, in case it wasn't obvious.