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

rm_citation2 may not handle apostrophe based citations #7

Closed
trinker opened this issue Dec 27, 2014 · 2 comments
Closed

rm_citation2 may not handle apostrophe based citations #7

trinker opened this issue Dec 27, 2014 · 2 comments
Labels

Comments

@trinker
Copy link
Owner

trinker commented Dec 27, 2014

see: https://www.debuggex.com/r/-mWUpyip8B96_Fc7

If needed it might work to do one optionally right before the data parenthesis.

@trinker
Copy link
Owner Author

trinker commented Dec 27, 2014

As suspected:

rm_citation(
    c("I want to see Henery's (1988) old one",
    "I saw Henery et al.'s (1999, 2004b) show",
    "I saw Henery & Sau's (1999) time")
, extract=TRUE)

## [[1]]
## [1] "Henery's (1988)"
## 
## [[2]]
## [1] NA
## 
## [[3]]
## [1] NA

@trinker
Copy link
Owner Author

trinker commented Dec 28, 2014

Fixed

@trinker trinker closed this as completed Dec 28, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant