Carl Ganz

Results 30 comments of Carl Ganz

This is possible using a javascript callback. Please provide a minimal reproducible example

So you want to include a javascript callback function like this: ```r introjs(session, options = list(steps = steps, events = list(onbeforechange=I(" // this is javascript if (this._currentStep == *theIndexNumberOfStepWhereYouWantToChangeOpacity*) {...

Thanks for the PR! Initially my feeling was that any server side control of the intro should be manipulated by specifying the details of the tour in the options. If...

The second one with the explicit date casting is correct. @krlmlr can confirm

I have vague memory that splitting surveys into training and testing data sets is non-trivial because the data is not iid, ie imagine if by chance the training data set...

Ah I see this more complicated than I imagined. For some reason I thought Salesforce API always returned explicit NULL for related fields but as you point out it just...

Ok I'll build something simple reasonably soon. First problem: there needs to be a list of all surveys you can download with `lodown`. Unless I am missing something, this ugly...

Reiterating what has already been said, a C++ solution is definitely preferred to a Java one in a vacuum. I could be misreading the documentation for the C++ SDK, but...

Thanks I was able to reproduce. This is the result of a fix from #38 essentially Shiny Tab Panels and ShinyDashboard tabs have different naming schemes so the fix for...

I've determined this is issue with `shinydashboard` not creating metadata for tabs consistently with shiny. Please upvote my PR to `shinydashboard` [here](https://github.com/rstudio/shinydashboard/pull/390)