Results 6 comments of JMLuther

A second thanks to @s-u Adding `path="."` also fixed my issue when knitting to an html file- was getting an error: "The system cannot find the file specified" ![image](https://user-images.githubusercontent.com/21051511/195718764-d894950c-8658-4375-88b6-3401847b2ab6.png)

I'm having the same issue using `duckdb` 0.5.0, R 4.2.1 running on Windows10. I'm using open source files from CMS downloadable at [CMS medicare data site](https://data.cms.gov/provider-summary-by-type-of-service/medicare-physician-other-practitioners/medicare-physician-other-practitioners-by-provider) (click the "download" option...

I can get around this error by parsing data into memory via `readr::read_csv` and explicit column format (using `col_type=list(...)`), and then passing each result to `duckdb::dbWriteTable(...)` I've been able to...

I found the culprit in my data. The issue is clearly with non-recognized characters in the data file. I identified the location of "non-ascii" characters in the rows that throw...

I also get this error when running on factor with unused levels. Redefining the factor without the unused level fixes the error. rms 6.3-0 R 4.2.2

Within RStudio viewer and within RMarkdown preview, this is not an issue. this issue occurs during rendering to html output. The CSS fix in the SO response by Martin works...