Skip to content

Error in special_to_na argument #5

@rporta23

Description

@rporta23

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>

This is what it is supposed to look like:
Screen Shot 2020-02-18 at 9 13 18 AM

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions