Christina Fillmore

Results 20 comments of Christina Fillmore

So I know you guys are still working on this. But, when I try to run this code and build I get an error > ```r > t % >...

You were right I think I used build. Question, would it be possible to make this work ```{r} tplyr_table(adsl, TRT01P, where= SAFFL =="Y") %>% add_layer( group_count(SEX, by = "Sex n...

So this used to work for me, but now doesn't ```{r} ae % add_total_group() %>% add_layer( group_count(vars(AEBODSYS, AETERM)) %>% set_summaries("n (%)"= vars(n, pct)) %>% set_distinct_by(USUBJID) ) %>% get_numeric_data() ``` This...

So this isn't super urgent for me but just so you know, now it can't build, only `get_numeric_data`

When using set_pop_data() the totals are off

> @statasaurus I'd love to hear your opinions on the interface here. As far as functionality goes, do you think this would address some of the repetitiveness that we've talked...

So I really like this. My only reservation is the cause and effect isn't super obvious. I wouldn't have assumed that the input of use_template would be the input of...

So I might be wrong here, but given the purpose of a layer is to set he stats and options to be used on multiple columns, I would assume you...

I like the glue syntax I feel like that is more intuitive! It is good cause I honestly copied and pasted from before so I didn't even realize there was...

I think for now we want to keep metacore specific to datasets for now. But, we would like to increase the number of metadata packages so more automation can be...