Skip to content

Change pillar::new_pillar_type() to pillar::type_sum()  #9

@AARON-CLARK

Description

@AARON-CLARK

Change pillar::new_pillar_type() to pillar::type_sum() since the original code is just grabbing the output from type_sum() anyways. Certainly is more efficient coding. See dgkf/shinyDataFilter PR #15

Replace this:

pillar::new_pillar_type(obj)[[1]][1]

With this:

type <- pillar::type_sum(obj)
if (length(type) == 0L) "" else type

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