powered by
Create a paragraph representation by concatenating formatted text or images. Modify default text and paragraph formatting properties with update.
fpar(...)# S3 method for fpar update(object, fp_p = NULL, fp_t = NULL, ...)fortify_fpar(x)# S3 method for fpar as.data.frame(x, ...)# S3 method for fpar format(x, type = "pml", ...)# S3 method for fpar print(x, ...)
# S3 method for fpar update(object, fp_p = NULL, fp_t = NULL, ...)
fortify_fpar(x)
# S3 method for fpar as.data.frame(x, ...)
# S3 method for fpar format(x, type = "pml", ...)
# S3 method for fpar print(x, ...)
unused
paragraph formatting properties
default text formatting properties
fpar object
a string value ("pml", "wml" or "html").
fortify_fpar, as.data.frame are used internally and are not supposed to be used by end user.
fortify_fpar
as.data.frame
fpar(ftext("hello", shortcuts$fp_bold()))
Run the code above in your browser using DataLab