Skip to content

nchars()-method for character vector #4

@ablaette

Description

@ablaette

In the example for the detect_duplicates,list-method, I have this snippet. Should be a method.

chars <- table(tolower(strsplit(paste(unlist(x), collapse = ""), "")[[1]]))
chars <- chars[grep("[a-zA-Z]", names(chars))]
char <- names(chars[order(chars, decreasing = FALSE)][1:20])

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions