Skip to content

Add a standard subsetting promoter #25

Description

@cfhammill

Promote a standard accessor strings, probably limited to $, [, [[, @, to a lens e.g

promote_l( ~ .[[1]]$col[[2]]@slt[1:5] ) 

equal to

index(1) %.% 
  index("col") %.% 
  index(2) %.% 
  slot_l("slt") %.% 
  indices(1:5)

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