Skip to content

reverse arguments order in tablature function to allow piping #5

@sam217pa

Description

@sam217pa

I would suggest exchanging the desc and name argument of the tablature function to allow something like:

c(3, 2, 0, 0, 0, 3) %>% tablature('Gmaj')

instead of doing the less "tidyverse-idiomatic":

c(3, 2, 0, 0, 0, 3) %>% tablature('Gmaj', . )

Thanks for your nice package 😃 !

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions