success_plot: success_plot

View source: R/SuccessPlan.R

success_plotR Documentation

success_plot

Description

Plots the amount of time you have worked each month for the year.

Usage

success_plot(
  data_path = file.path(Sys.getenv("R_SUCCESS"), "DayData.txt"),
  Year = NULL
)

Arguments

data_path

Path to your DayData.txt file. The default path is Sys.getenv("R_SUCCESS").

Year

The default is to plot the data for the current year if data exists for less than one year. If there is more than one year of data, then all years are plotted by month. Plot the data by a single year by providing a numeric value.

Examples

success_plot(Year=2019)

Alain-Vandormael/successr documentation built on May 24, 2022, 7:28 p.m.