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

to filter process_map according Case ID #11

Closed
Sedat1982 opened this issue Apr 13, 2020 · 2 comments
Closed

to filter process_map according Case ID #11

Sedat1982 opened this issue Apr 13, 2020 · 2 comments

Comments

@Sedat1982
Copy link

Hello, i can filter process map according to activities, but is it possible to filter process_map according to only one specific Case ID?
thank you..

@gertjanssenswillen
Copy link
Member

You can use the following:

data %>%
    filter_case(cases = "your_case_id") %>%
    process_map()

filter_case is a function from package edeaR

@Sedat1982
Copy link
Author

thank you, it worked :)

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

2 participants