John MacKintosh

Results 16 comments of John MacKintosh

- [ ] function documentation - [ ] unit tests - [ ] readme examples - [ ] articles

low priority - pending re-write of internals to allow for NSE

{collapse} has functions to quickly change between tibble/ data.frame/ data.table so reminder to investigate the logic and if necessary import those to help with this

Hi @Lextuga007 - I've only just seen this, not sure why I wasn't notified before. as far as I know, if it works with ```cut```, it should work - this...

import_roboto_condensed + extrafont::loadfonts(device ='win') + restart worked for me

I ran into this error message yesterday, but got round it using tidyr::replace_na() - I didn't see how else to keep the group lengths consistent without converting the NAs to...

`theme(strip.text = element_blank())`

@will-ball I never got round to looking into this in detail. In reference to @Lextuga007's comment, the package doesn't necessarily only go to day level, but it does expect date-time,...

see if this gives you what you need @will-ball ? ```# Simple Example library(tidyverse) library(lubridate) library(truncnorm) library(patientcounter) n_people

``` results[lubridate::month(base_date)== 7 & lubridate::day(base_date) == 31,.N, .(base_date)] ``` will give you tallies for each cutoff date