Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cellwise log does not handle the expression with quotes #8

Open
MeWu-IDM opened this issue May 10, 2022 · 1 comment
Open

cellwise log does not handle the expression with quotes #8

MeWu-IDM opened this issue May 10, 2022 · 1 comment

Comments

@MeWu-IDM
Copy link

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

@MeWu-IDM
Copy link
Author

MeWu-IDM commented May 18, 2022

@markvanderloo is there a workaround for this issue? it seems that the expression with comma + quote does not generate a valid log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant