Read in Microsoft Planner data from .xlsx file

read_planner(xlsx, plan_name = NA, plan_date = NA)

Arguments

xlsx

A Microsoft Excel spreadsheet exported from Planner

plan_name

String of preferred plan name. If NA, name of planner will be used.

plan_date

String of preferred plane date. If NA, export date of planner will be used.

Value

A list of plan name, plan export date, and tibble of plan data

Examples

if (FALSE) { ## Basic Usage read_planner("path/to/planner.xlsx") }