We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
@markvanderloo is there a workaround for this issue? it seems that the expression with comma + quote does not generate a valid log.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: