Daniel Kaplan

Results 15 comments of Daniel Kaplan

Not yet. I just want to get a recorder working pronto, so that people can use it during this COVID-19 remote-teaching episode. On Sat, Mar 14, 2020 at 12:27 PM...

I have posted [an example learnr tutorial](https://dtkaplan.shinyapps.io/Testing-GoogleSheets) that records events to [this GoogleSheet](https://docs.google.com/spreadsheets/d/1D9kzkgUEGRvv2Q7q2n8ca9gcZk1_aglodbGJ3rLCYjI/edit?usp=sharing) The software behind it is available as [`install_github("dtkaplan/submitr")`](http://github.com/dtkaplan/submitr). The tutorial itself is attached, named with a TXT...

There's now a vignette for the `submitr` package: `install_github("dtkaplan/submitr", build_vignettes = TRUE)`

I've added a directive to install `googlesheets4` from CRAN in the DESCRIPTION file. There's also a more extensive README.md for the repo. On Thu, Apr 2, 2020 at 12:07 PM...

I am starting to put together some wrangling statements to make sense of the data being logged from `{learnr}` via the `{submitr}` package I am writing. I think it would...