We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c801419 commit 97729e7Copy full SHA for 97729e7
R/gather_function_info.R
@@ -24,6 +24,7 @@ gather_function_info <- function(object, fun.name, ..., legend.name, side){
24
call.args <- arguments$call.args
25
option.args <- arguments$option.args
26
extracted.args <- arguments$extracted.args
27
+ side <- set_sides(side)
28
29
object <- apply_extracted_args(object, extracted.args, side=side)
30
0 commit comments