… before I submit my package to CRAN. This is highly subjective and probably not so important but any opinion is welcome.
I've a function orcid()
that controls the appearance of ORCID icons. The name is a bit ambiguous. Can't use orcid_icon()
because it conflicts with a parameter. Not a fan of prefixing the parameter with a dot here. Do you find orcid()
clear enough or would you rename it? E.g. using the package abbreviation at the beginning: plm_orcid_icon()
which is a bit long.
There's also a to_yaml()
method that pushes tabular data to YAML headers. Although a bit less specific than to_yaml()
, I'm tempted to rename it push()
because that's a usual function name in some languages to inject data in objects. Any preference?