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

The error message should be clear from the function that generates the report. #67

Closed
choonghyunryu opened this issue May 15, 2022 · 2 comments

Comments

@choonghyunryu
Copy link
Owner

In the following four functions that generate the report:

  • eda_web_report()
  • eda_paged_report()
  • transformation_web_report()
  • transformation_paged_report()

When the argument 'target' of the function does not exist in the dataset, the following error message is output.

Error in value[3L] : Column target is unknown

This needs to be fixed a bit more clearly.

@choonghyunryu
Copy link
Owner Author

It was modified as follows.:

The target variable 'death_event1' does not exist.

The variable name entered incorrectly by the user is written in single quotation marks.

@choonghyunryu
Copy link
Owner Author

done

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