powered by
Currently supported is setting 'top' and 'left' margins. Names of elements in x and keys in ... should be 'top' or 'left'.
set_margins(x = NULL, ...)
A named list with numeric margin values. Default set to NULL.
Key - value pairs, where key is the name of margin and value is a numeric value of a margin.
No return value, called for side effects.
# NOT RUN { set_margins(list(top = 75, left = 80)) set_margins(top = 75, left = 80) # }
Run the code above in your browser using DataLab