View source: R/annotate_mf_all.R
annotate_mf_all | R Documentation |
Turns cell formatting into annotations for all values across all variables.
annotate_mf_all(xlfilepath)
xlfilepath |
Path to a single-sheet spreadsheet file (xls or xlsx). |
Seven popular approaches for meaningful formatting (bold, colored
text, italic, strikethrough, underline, double underline, and cell
highlighting) are supported in this function. sheets
, skip
, and range
arguments for spreadsheet input are not supported. The hex8 code of the
fill color used for text color and cell highlighting is also appended in
the output. Ensure the data in the spreadsheet are rectangular before
running; this includes blank but formatted cells beyond the data rectangle.
A tibble with meaningful formatting embedded as text for all rows and columns.
example_spreadsheet <- system.file("extdata/boutiques.xlsx", package = "unheadr")
annotate_mf_all(example_spreadsheet)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.