only_formals_and_dots {ggpackets} | R Documentation |
Filter for only arguments that can be accepted by a given function
Description
Filter for only arguments that can be accepted by a given function
Usage
only_formals_and_dots(f, args)
Arguments
f |
A function to filter on. |
args |
A list of arguments to filter. |
[Package ggpackets version 0.2.1 Index]