|
8 | 8 | # --------------------------------------------------------------------------- |
9 | 9 |
|
10 | 10 | # OEIS_ID |
11 | | -#' OEIS sequence authors from \code{internal format}, or from the sequence |
12 | | -#' \code{ID}. |
| 11 | +#' OEIS sequence authors from `internal format`, or from the sequence |
| 12 | +#' `ID`. |
13 | 13 | #' |
14 | 14 | #' This function gives the name of the person, or persons, who contributed the |
15 | 15 | #' sequence and their emails, if they are present and selected. |
16 | 16 | #' @param x can be one of the following: |
17 | | -#' * A character string with sequence \code{ID}. |
18 | | -#' * A \code{OEIS_internal} S3 class object, with sequence internal format. |
19 | | -#' * A S3 classes object \code{OEIS_xml} and \code{xml_document}, with |
| 17 | +#' * A character string with sequence `ID`. |
| 18 | +#' * A `OEIS_internal` S3 class object, with sequence internal format. |
| 19 | +#' * A S3 classes object `OEIS_xml` and `xml_document`, with |
20 | 20 | #' sequence content from OEIS web. |
21 | | -#' * An object of \code{OEIS_sequence} class, that contains all sequence |
| 21 | +#' * An object of `OEIS_sequence` class, that contains all sequence |
22 | 22 | #' related data. |
23 | | -#' * An object of \code{OEIS_bfile} class. |
| 23 | +#' * An object of `OEIS_bfile` class. |
24 | 24 | #' @md |
25 | 25 | #' |
26 | | -#' @importFrom magrittr "%>%" |
27 | 26 | #' @importFrom magrittr add |
28 | 27 | #' @importFrom magrittr add extract2 |
29 | 28 | #' |
30 | | -#' @seealso * \code{\link{OEIS_description}} |
31 | | -#' @seealso * \code{\link{OEIS_internal_format}} |
32 | | -#' @seealso * \code{\link{OEIS_sequence}} |
33 | | -#' @seealso * \code{\link{OEIS_check}} |
| 29 | +#' @seealso * [OEIS_description()] |
| 30 | +#' @seealso * [OEIS_internal_format()] |
| 31 | +#' @seealso * [OEIS_sequence()] |
| 32 | +#' @seealso * [OEIS_check()] |
34 | 33 | #' |
35 | | -#' @return A character string with the OEIS sequence \code{ID}. |
| 34 | +#' @return A character string with the OEIS sequence `ID`. |
36 | 35 | #' |
37 | 36 | #' @examples |
38 | 37 | #' id <- "A169890" |
|
0 commit comments