cole-brokamp / fr

Implement Frictionless Standards in R
https://cole-brokamp.github.io/fr/
Other
1 stars 1 forks source link

Accessor not working when altering descriptors of fr_field within a fr_tdr #3

Closed cole-brokamp closed 1 year ago

cole-brokamp commented 1 year ago
d_fr <-
  mtcars |>
  tibble::as_tibble() |>
  as_fr_tdr("mtcars")

d_fr@fields$cyl@title <- "Number of cylinders"

d_fr$cyl@title <- "Number of cylinders"
# Error in deparse(expr, width.cutoff, ...) : 
#   'S4SXP': should not happen - please report