make.cards(
q.set,
study.language = NULL,
paper.format = "AveryZweckformC32010.Rnw",
output.pdf = TRUE,
manual.lookup = NULL,
wording.font.size = NULL,
file.name = "QCards",
babel.language = NULL
)
q-is-great
", for example), languages (if applicable) in columns, as produced by build.q.set
.q.set
(which will be the same as the respective Q concourse object).
Defaults to NULL
, in which case the first column from"AveryZweckformC32010.Rnw"
.
Must include file extension of template.TRUE
, function invokes knit2pdf
to create a PDF in the workspace.
If FALSE
, function invokes knit
to return only a *.TEX in the workspace, may be preferable if no build.q.set
, import.q.concourse
) as row names, and arbitrary, unique identifying strings in any of the columNULL
in which case the default font size 12pt is used.
Only QCards
.This function prepares a properly typeset *.PDF (or *.TEX source), where items are printed on readily-available business card templates, from which individual cards can be easily broken out.
The function prints the full item wording on the right column of any page, and the identifier (ID) on the left column. If templates are duplex printed with the same page on the front and back, and in proper orientation, the front of each card includes the full wording, and the back its unique identifier (ID).
Identifiers (ID) entered manually or automatically hashed from full wordings are also expected in the import functions import.q.sorts
and import.q.feedback
.
The automatic summary of full item wordings, technically known as hashing, proceeds internally by passing the full item wording to the digest
function of the package algo = crc32, serialize = FALSE
.)
The function proceeds internally by preparing a dataframe with full item wordings and identifiers (ID), and then invokes a prepared *.RNW
template included with this package, which in turn includes a
build.q.set
,
import.q.feedback
,
import.q.sorts
,
import.q.concourse
## Make cards from importexample
data(importexample)
make.cards(importexample$q.set, output.pdf = FALSE)
Run the code above in your browser using DataLab