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

Expose create_instrument_from_list or similar in R library #5

Open
woodthom2 opened this issue Oct 29, 2024 · 0 comments
Open

Expose create_instrument_from_list or similar in R library #5

woodthom2 opened this issue Oct 29, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@woodthom2
Copy link
Contributor

woodthom2 commented Oct 29, 2024

Description

In the Python library there is a quick way to create an instrument from a list of strings

https://github.com/harmonydata/harmony?tab=readme-ov-file#creating-instruments-from-a-list-of-strings

from harmony import create_instrument_from_list
create_instrument_from_list(["I feel anxious", "I feel nervous"])

Can we please make an idiomatic R entry point similar to this but not necessarily identical to create/import a list of strings?

Rationale

It is currently hard to create an instrument or set of instruments in R, it needs a lot of boilerplate code

@woodthom2 woodthom2 added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant