ThinkR-open / togglr

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

`get_time_entries()`: Add support for multiple tags #22

Closed pat-s closed 4 years ago

pat-s commented 4 years ago

fixes #21

Tags are returned in a list column. Also, paste2() was replaced by a map() call removing the list column before binding the rows together (which I think was the purpose if the function before).

You might want to double-check this.

VincentGuyader commented 4 years ago

thanks a lot , I will have a look to this.

regards

pat-s commented 4 years ago

@VincentGuyader Any idea when you will have time to take a look at this?