excel_read_annotate_format: Annotate Meaningful Formatting

Description Usage Arguments Value Examples

Description

Annotate Meaningful Formatting

Usage

1
excel_read_annotate_format(xlfilepath, orig, new)

Arguments

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.

Value

dataframe

Examples

1
2
example_spreadsheet <- system.file("extdata/dog_test.xlsx", package = "unheadr")
excel_read_annotate_format(example_spreadsheet,orig = Task, new=Task_annotated)

jixing475/manuscriptsJX documentation built on April 20, 2020, 9:55 a.m.