dots_list

  • list2() is a wrapper around dots_list with the most common defaults:

    • .ignore_empty : Ignores any empty arguments, lets you use trailing commas in a list
    • .homonyms : controls what happens when multiple arguments use the same name, list2() uses default of keep
    • .preserve_empty controls what do so with empty arguments if they are not ignored.