# reissue publication date
marc_008_get_info("950622r19701880ru 000 0 rus d")
# pub_date pub_place_code lang_code
#
# 1: 1970 ru rus
# The Brothers Karamazov (1970 reissue but original publication date)
marc_008_get_info("950622r19701880ru 000 0 rus d",
original.pub.date=TRUE)
# pub_date pub_place_code lang_code
#
# 1: 1880 ru rus
# vectorized
marc_008_get_info(c("101106s1992 gr 000 1 gre d", NA,
"180528s2017 ag 000 j spa d"))
# pub_date pub_place_code lang_code
#
# 1: 1992 gr gre
# 2: NA
# 3: 2017 ag spa
Run the code above in your browser using DataLab