Description Usage Arguments Value Examples
Annotate Meaningful Formatting
1 | excel_read_annotate_format(xlfilepath, orig, new)
|
xlfilepath |
path to spreadsheet file (xlx or xlsx) |
orig |
Variable to annotate formatting in |
new |
Name of new variable with cell formatting pasted as a string. |
dataframe
1 2 | example_spreadsheet <- system.file("extdata/dog_test.xlsx", package = "unheadr")
excel_read_annotate_format(example_spreadsheet,orig = Task, new=Task_annotated)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.