The options argument for chrome_print() says "a list of page options". However it is not clear how exactly to specify them. I assume it is list("option" = "value"), but that doesn't seem to work.
I am trying to adjust the top margin. Per the chrome list of options it should be marginTop. But using `options = list("marginTop" = 5") has no effect.
The options argument for chrome_print() says "a list of page options". However it is not clear how exactly to specify them. I assume it is list("option" = "value"), but that doesn't seem to work.
I am trying to adjust the top margin. Per the chrome list of options it should be
marginTop
. But using `options = list("marginTop" = 5") has no effect.