Description Usage Arguments Author(s) Examples
View source: R/lib_remove_isbn_dashes.R
Remove ISBN Dashes.
1 | lib_remove_isbn_dashes(isbn)
|
isbn |
Character vector. International Standard Book Number. |
Ivan Jacob Agaloos Pesigan
1 2 3 4 5 6 7 8 9 | # Single ISBN
isbn <- "978-3-030-29184-6"
lib_remove_isbn_dashes(isbn = isbn)
# Vector of ISBNs
isbn <- c(
"978-0-387-98141-3",
"978-0-387-71762-3"
)
lib_remove_isbn_dashes(isbn = isbn)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.