Description Usage Arguments Value See Also
A function which pulls the value out of an individual Excel cell and reurns it to R.
1 | .grab_cell(path, cell_range)
|
path |
Required. The full path to an Excel file. |
cell_range |
Required. The cell range where you want to pull data form. Must be in the "A1" style. |
Returns the value from the Excel file as an "NA" if the cell was blank or as a character otherwise
.create_excel_ws_ls()
to create a tibble of files and worksheet
names.
.import_excel_ws_ls()
for how to import worksheets identfied in
the tibble created with this function.
Other dstCSDR Import Excel Data Functions: .create_excel_ws_ls
,
.import_excel_ws_ls
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.