docs/src/reference-dsl-unset-statements.md
You can clear a map key by assigning the empty string as its value: $x="" or @x="". Using unset you can remove the key entirely. Examples:
This can also be done, of course, using mlr cut -x. You can also clear out-of-stream or local variables, at the base name level, or at an indexed sublevel:
If you use unset all (or unset @* which is synonymous), that will unset all out-of-stream variables which have been assigned up to that point.