Wouter van Atteveldt

Results 4 issues of Wouter van Atteveldt

Latex \verb allows inline verbatim using a custom delimiter, e.g. `\verb+code+` renders the word `code` as a verbatim. TexSoup does not seem to deal with this, seeing the whole argument...

I encountered an error when reading in a (text) file with `[1]` in the name: ``` > readr::write_file("test", file="test[1].txt") > readtext::readtext("test[1].txt") Error in list_files(file, ignore_missing, TRUE, verbosity) : File ''...

I needed to get the fan_count for a number of pages and I didn't see a way to do it with Rfacebook, so I created a getPageInfo function that lets...

I noticed the group functions no longer worked (at least get_groups_context and get_group_categories), giving a 404 because of a wrongly constructed URL: [1] "https://canvas.vu.nl/api/v1courses/72446/groups" (note the missing slash after /api/v1)...