lib_remove_isbn_dashes: Remove ISBN Dashes.

Description Usage Arguments Author(s) Examples

View source: R/lib_remove_isbn_dashes.R

Description

Remove ISBN Dashes.

Usage

1

Arguments

isbn

Character vector. International Standard Book Number.

Author(s)

Ivan Jacob Agaloos Pesigan

Examples

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)

jeksterslabds/jeksterslabRlib documentation built on Jan. 19, 2021, 11:04 a.m.