Skip to contents

Logs starting and stopping work on a tast to a CSV file set using the environment variable R_FT_TK_LOGFILE. Allowed categories are set as a comma delimited string in the environment variable R_FT_TK_CATEGORIES.

Usage

ft_tk_logtask(
  collab = "",
  project = "",
  category = "",
  type = "start",
  comments = "",
  log_file = ft_tk_logfile()
)

Arguments

collab

collaborating party

project

the project being worked on

category

what type of work is being done

type

are you starting or stopping work (start or stop)

comments

futher comments about it

log_file

where to put this info. Defaults to file returned by ft_tk_logfile()