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

ex1) add a test for extract_unique #2

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

russHyde
Copy link
Collaborator

First challenge in the workshop is to test a function that extracts all unique values from a named column in a data-frame.
The syntax should look like:

extract_unique(some_data_frame, "column_name")

The returned vector contains no duplicates and is sorted.

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.

1 participant