Nothing
Code
(expect_error(aut$get_affiliations(sep = 1)))
Output
<error/rlang_error>
Error:
! `sep` must be a character string.
Code
(expect_error(aut$get_affiliations(superscript = "")))
Output
<error/rlang_error>
Error:
! `superscript` must be `TRUE` or `FALSE`.
Code
(expect_error(aut$get_notes(sep = 1)))
Output
<error/rlang_error>
Error:
! `sep` must be a character string.
Code
(expect_error(aut$get_notes(superscript = "")))
Output
<error/rlang_error>
Error:
! `superscript` must be `TRUE` or `FALSE`.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.