Skip to content
/ isbn Public

Convert, Validate and Hyphenate for ISBN

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

uribo/isbn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

isbn

The goal of isbn is to …

Installation

You can install the development version of isbn like so:

install.packages(
   "isbn", 
   repos = c(mm = "https://uribo.r-universe.dev", getOption("repos")))

Example

This is a basic example which shows you how to solve a common problem:

library(isbn)
isbn_convert13to10("978-4-06-516404-4")
#> [1] "4065164044"

isbn_convert10to13(c("412345674X", "4022518286"))
#> [1] "9784123456746" "9784022518286"

Related works

About

Convert, Validate and Hyphenate for ISBN

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages