ThinkR-open / togglr

an R and Rstudio wrapper for toggl Api
https://thinkr-open.github.io/togglr/
48 stars 18 forks source link

Client_name in time entries table? #14

Open gitJMDR opened 6 years ago

gitJMDR commented 6 years ago

Could you add client_name as a variable in the table returned by the get_time_entries() function?

Alternately, could you provide a function that would return a table similar to the info in the $synthese data frame returned by the get_dashboard() function? Currently I left_join that to the time_entries table to get a client column.

Thanks!