You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess not many R users know (or remember) about the citation() function, and especially about the rather awkward print(citation(<citation>), bibtex=TRUE) (quite a 'mouthful`... isn't it?)
Shall we make a simple wrapper for the citation so that it is visible in the autocomplete, in the package docs and the reference on the website?
It could be just spod_cite() that calls:
print(citation("spanishoddata"), bibtex=TRUE)
and prints it to console.
As we are also trying to urge the users to cite the data consistently, this may be a good idea.
I guess not many R users know (or remember) about the
citation()
function, and especially about the rather awkwardprint(citation(<citation>), bibtex=TRUE)
(quite a 'mouthful`... isn't it?)Shall we make a simple wrapper for the citation so that it is visible in the autocomplete, in the package docs and the reference on the website?
It could be just
spod_cite()
that calls:and prints it to console.
As we are also trying to urge the users to cite the data consistently, this may be a good idea.
@Robinlovelace, @eugenividal, what do you think, is it overkill?
The text was updated successfully, but these errors were encountered: