Optionaladditionaladditional info on arguments - e.g. for the mode flag
Optionalargthe index if the argument can be positional, unnamed in case of something like ..., if the argument must be given with the name, please leave undefined
OptionalargWhether the call makes the package's exports reachable by their bare name, which is what tells a package
that is loaded and used apart from one that is loaded and never touched. false for a loader that only
readies a namespace to reach as pkg::fn, and for one whose argument is not a package at all.
Optionaldefaultdefault value for the argument if no binding value is found, please be aware, that categories can define global defaults, these are overwritten by the per-function defaults
Optionalignorethe function is not to be counted as a dependency if the argument is missing
Optionallinklinks to other function calls to get the dependency from there (e.g., with sink for print)
The name of the function
OptionalpackageWhich package does the function belong to
OptionalresolveOptionalstringstring replacements to apply to resolved values, e.g. { '': 'stdin' }
A loader of the
librarycategory, together with whether it attaches the package it names.See
LibraryFunctions