Nothing
Code
xlr_format(font_size = 0)
Condition
Error in `xlr_format()`:
i In argument: `font_size`.
! `font_size` must be greater than or equal to 1, not 0.
Code
xlr_format(font_size = 410)
Condition
Error in `xlr_format()`:
i In argument: `font_size`.
! `font_size` must be less than or equal to 409, not 410.
Code
xlr_format(font_size = 2.6)
Condition
Error in `xlr_format()`:
i In argument: `font_size`.
! `font_size` must be multiple of 0.5, not 2.6.
Code
print(xlr_format())
Output
-- Text styling:
size: 11, colour: "black", font: "calibri", style:
-- Text alignment:
Horizontal: "left", Vertical: "top", Indent: 0, Rotation: 0, Wrap text: FALSE
Code
print(xlr_format(border = "left"))
Output
-- Text styling:
size: 11, colour: "black", font: "calibri", style:
-- Border:
Sides: "left", Colours: "black", Styles: "thin"
-- Text alignment:
Horizontal: "left", Vertical: "top", Indent: 0, Rotation: 0, Wrap text: FALSE
Code
print(xlr_format(border = c("right", "left")))
Output
-- Text styling:
size: 11, colour: "black", font: "calibri", style:
-- Border:
Sides: "right" and "left", Colours: "black", Styles: "thin"
-- Text alignment:
Horizontal: "left", Vertical: "top", Indent: 0, Rotation: 0, Wrap text: FALSE
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.