get.year.from.product.section: Extract card year from product section

Description Usage Arguments Value

View source: R/get_year.R

Description

Use a card's product section information to extract the year that it refers to Returns a data frame consisting of the (1) input card title, (2) a set of columns with identified years. Product section information is commonly used in marketplaces such as eBay. Sellers of items may or may not fill in this information.

Usage

1
2
3
4
get.year.from.product.section(
  dt.input,
  product.section.year.col.name = "product_section_year"
)

Arguments

dt.input

data.frame

product.section.year.col.name

character

Value

data.frame


jk2049/cardid documentation built on Dec. 21, 2021, 12:10 a.m.