df_to_gantt: df_to_gantt

View source: R/df_to_gantt.R

df_to_ganttR Documentation

df_to_gantt

Description

df_to_gantt

Usage

df_to_gantt(df, path, file_name, start_date = as.Date("2018-08-01",
  "%Y-%m-%d"), end_date = as.Date("2019-02-01", "%Y-%m-%d"),
  verbose = FALSE)

Arguments

df

data frame or tibble

path

directory to the .tex file.

file_name

name of the .tex file.

start_date

start date of project,

end_date

end date of project.

verbose

default 'FALSE'. Set to 'TRUE' for printing the string.

Value

saved file/string with a default tabular table.

Examples

## Not run: 
  # hmm

## End(Not run)

anderslaunerbaek/homemade documentation built on Sept. 18, 2022, 6:47 a.m.