Skip to content

Update process NSU script#1339

Open
Jennit07 wants to merge 1 commit into
masterfrom
process_new_nsu_cohort
Open

Update process NSU script#1339
Jennit07 wants to merge 1 commit into
masterfrom
process_new_nsu_cohort

Conversation

@Jennit07

Copy link
Copy Markdown
Collaborator

Added a line to remove duplicate CHI's from the file.

slfhelper::get_chi()
slfhelper::get_chi() %>%
# Remove any duplicate CHIs
distinct()

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should add dplyr:: to prevent the code from breaking.

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

Successfully merging this pull request may close these issues.

2 participants