Skip to content

is_syntactic_literal() returns TRUE for arrays #1817

@hadley

Description

@hadley
x <- array(1)
is_syntactic_literal(x)
#> Error in is_syntactic_literal(x): could not find function "is_syntactic_literal"
deparse(x)
#> [1] "structure(1, dim = 1L)"

Created on 2025-08-11 with reprex v2.1.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    tidy-dev-day 🤓Tidyverse Developer Day rstd.io/tidy-dev-day

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions