Amit Kohli
Amit Kohli
Hi all. Just running into this problem. @Trader12345a and @yapchunkee , do either of you have forks w/ this problem fixed? Thanks!
I'm looking to compare the "change in state" observed from google data and compare it to the stringency index in each country to see if the stringency is a good...
I'm not going to lie to you I have NO IDEA why the knittr block is in there at all. :) And regarding your comment, are you suggesting we open...
Sorry for my silence... @timelyportfolio you are awesome... your non-generalized solution is amazing... It allows for any number of sparklines, PLUS it works in a .Rmd and in base R...
Nope... I'm just an idiot at 22:00. :) So cool, it works perfectly! I guess all that needs to be done is to include the `sparkline_hist` function somewhere in the...
Sure, what do you have in mind?
Alright, that's seriously cool... So basically you can embed any htmlwidget in a table. Let's see:  Yup! Confirmed! So this is seriously powerful, but the difference b/w this and...
@timelyportfolio so in the first example you posted, yes you can specify charts within a dplyr chain, but it's the same scatterplot for each row, the `group_by` isn't being applied...
Just a side note.... when doing the dplyr part, it's important to NOT specify the df in the dplyr chain, as that will again just plot the entire df on...
Well, if you want to push this into the generalized solution like what we had above, we could ask for all the inputs and do the dplyr ourselves. Your example...