powered by
This output format is based on an example in the Github repo https://github.com/RelaxedJS/ReLaXed-examples. See https://pagedown.rbind.io/business-card/ for an example.
business_card(logo = NULL, width = "2in", height = "3in", googlefonts = "Montserrat", mainfont = googlefonts)
Path or URL to a logo.
Width and height of the card.
Names of Google fonts to be loaded on the card page.
Names of fonts to be used for the body text of the card.
An R Markdown output format.
# NOT RUN { pagedown::business_card(googlefonts = "Lato") # }
Run the code above in your browser using DataLab