parse.default {roxygen} | R Documentation |
Default parser which simply emits the key and expression;
used for elements with optional values (like @export
)
where roclets can do more sophisticated things with NULL
.
parse.default(key, rest)
key |
the parsing key |
rest |
the expression to be parsed |
A list containing the key and expression (possibly null)