Felix Turbanisch

Results 16 issues of Felix Turbanisch

By default, image files generated with `format: gfm` from a Quarto/R Markdown file have a much lower resolution than image files generated for HTML output. Is there a specific reason...

In my field it seems customary to separate the title/short description of a figure from its notes (containing lengthy details), similar to ![figure notes](https://i.stack.imgur.com/7xtCW.png) Is there any way to accomplish...

next
feature

It seems that `kableExtra` does not make use of the `\note` command despite having made the switch to `threeparttablex`. Would it make sense to replace its current implementation of the...

`add_footnote()` seems to enclose symbols used for numbering the footnotes with `^` in order to make them superscripts. With `notation = "none"`, however, there is no symbol and `^^` will...

I was trying to match dates to intervals, first as a toy example with integers, then with dates. Using integer ranges instead of date intervals requires me to make use...

Sorry for being obnoxious - I just found a weird behavior. When I navigate to the addresss bar of Microsoft Edge, copy and try to paste with Maccy, the top...

bug

So far, there seems to be no way of converting country names *from* Chinese, not even by left-joining any of the dataframes that come with countrycode. I assume the reason...

I read in data from StackOverflow, hence the `read_table()` command. The resulting `df` looks innocuous but for some reason `dpasta()` cannot handle it: ``` r library(tidyverse) df

My personal coding style (and the Tidyverse style guide) prefer having a space after a comma. Is there a way to set this as an option in datapasta? The current...

When I try to use Toggle Vector Quotes on the two following vectors ```r c(myname, you) c(my.name, you) ``` it only works on the first one. Is this a deliberate...