Read in Microsoft Planner data from .xlsx file
read_planner(xlsx, plan_name = NA, plan_date = NA)
xlsx | A Microsoft Excel spreadsheet exported from Planner |
---|---|
plan_name | String of preferred plan name. If |
plan_date | String of preferred plane date. If |
A list of plan name, plan export date, and tibble of plan data
if (FALSE) { ## Basic Usage read_planner("path/to/planner.xlsx") }