We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a407537 commit ddb0996Copy full SHA for ddb0996
R/BibEntryReplaceOp.R
@@ -26,10 +26,10 @@
26
#' ## add month to Serban et al., add URL and urldate to Jennings et al., and
27
#' ## add DOI and correct journal to Garcia et al.
28
#' bib[seq_len(3L)] <- list(c(date="2013-12"),
29
+#' c(url="https://bsb.eurasipjournals.com/content/2013/1/13",
30
#' urldate = "2014-02-02"),
31
#' c(doi="10.1093/bioinformatics/btt608",
32
#' journal = "Bioinformatics"))
-#' c(url="https://bsb.eurasipjournals.com/content/2013/1/13",
33
#' print(bib[seq_len(3L)], .opts = list(sorting = "none", bib.style = "alphabetic"))
34
#' bib2 <- bib[seq_len(3L)]
35
#' bib2[2:3] <- bib[5:6]
0 commit comments