-
Notifications
You must be signed in to change notification settings - Fork 3
Error in special_to_na argument #5
Copy link
Copy link
Open
Description
special_to_na argument is supposed to override the default that turns special characters to N/A, but it doesn't work
library(wikitablr)
library(tidyverse)
ASCII <- read_all_tables("https://en.wikipedia.org/wiki/ASCII", special_to_na = FALSE)
head(ASCII[[2]], n = 5)
#> binary oct dec hex glyph glyph_1 glyph_2
#> 1 10 40 32 20 space space space
#> 2 10 41 33 21 <NA> <NA> <NA>
#> 3 10 42 34 22 <NA> <NA> <NA>
#> 4 10 43 35 23 <NA> <NA> <NA>
#> 5 10 44 36 24 <NA> <NA> <NA>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
