makeCover | R Documentation |
Create a cover page.
makeCover(
logoFile = NULL,
maintitle = NULL,
subtitle = NULL,
authors = NULL,
addAuthors = NULL,
schriftenreihe = NULL,
bibinfo = NULL
)
logoFile |
Path to the graphic file. |
maintitle |
Main title of the document. |
subtitle |
Sub title of the document. |
authors |
Authors of the document. |
addAuthors |
Additional contributers to the document. |
schriftenreihe |
Schriftenreihe of the document. |
bibinfo |
Bibiolografic info of the document. |
Returns a latex snippet.
makeCover(maintitle = "Study of Achievement", subtitle = "Codebook of Study of Achievement",
authors = "Some Person", addAuthors = "With the help of some other persons",
schriftenreihe = "Book 9 of Studies of Achievement")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.