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
orstop
)- comments
futher comments about it
- log_file
where to put this info. Defaults to file returned by
ft_tk_logfile()
See also
Other Timekeeping:
ft_setup_timekeeping()
,
ft_tk_check_log()
,
ft_tk_get_categories()
,
ft_tk_logfile()
,
ft_tk_parselog()
,
ft_tk_removelast()
,
ft_tk_summarize_time()