Skip to content

cellwise log does not handle the expression with quotes #8

@MeWu-IDM

Description

@MeWu-IDM

Repro with the following example, the expression is broken down to 2 columns / shift the other columns to the right and makes the logs incorrect

data(women)
women$sleutel <- 1:nrow(women)
head(women)
women <- women %L>%
  start_log(log=cellwise$new(key="sleutel")) %L>%
  mutate( istall = ifelse(height>60, "Yes", "NO")) %L>%
  dump_log(file=logfile, stop=TRUE)
head(women)

image

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