Joyce Robbins
Joyce Robbins
Happy to give an opinion... I assume by row names you mean the column names of the original data frame. I (always) prefer character vectors of names but not critical...
Awesome! I'll give it a try and see if I can come up with some examples.
Good to know!
Works for me with integers but not characters...I'm not sure what the right syntax is. In the finches example ` geom_rows_vector(alpha = .5, color = "darkred", subset = 3)` works....
Sorry my fault for not providing a full reprex showing that I was using `augment_ord()`. It's working great now! ``` r # site-species data frame of Sanderson Galapagos finches data...
No apologies... thanks for the heads-up!
I am super interested in this topic, particularly in terms of advising students on how best to collaborate on projects. While the students are working individually on homework assignments, they're...
One more thought: there's one small piece of the puzzle that I doubt would be hard to implement and would make a big difference. That is, having an echo=FALSE option...
@jennybc I don't have a problem with Google Docs, at least until the tools get better. I haven't done an ethnography of how students work, but I hypothesize that they...
Thanks... The problem though with `asis` is that you still need `cat()` which is a pain. In addition, with math equations you have to double escape the tex stuff, which...