polish_year: Polish year

View source: R/polish_years.R

polish_yearR Documentation

Polish year

Description

Pick and polish the year interval (start and end years) from a time field '

Usage

polish_year(
  x,
  start_synonyms = NULL,
  end_synonyms = NULL,
  months,
  verbose = FALSE,
  min.year = -3000,
  max.year = 2100
)

Arguments

x

year string

start_synonyms

Synonyme table for start year

end_synonyms

Synonyme table for end year

months

months

verbose

verbose

min.year

Minimum year accepted

max.year

Maximum year accepted

Value

vector with the fields 'from' and 'till'

Author(s)

Leo Lahti and Niko Ilomaki leo.lahti@iki.fi

References

See citation("bibliographica")

Examples

## Not run: df <- polish_year(c("1746"))

rOpenGov/bibliographica documentation built on April 10, 2022, 8:51 p.m.