citHeader("Kindly cite the helsinki R package as follows:")

citEntry(entry="misc",
         title = "helsinki R package",
         author = personList(
     person(given ="Juuso", family="Parkkinen", email = "juuso.parkkinen@iki.fi"),
	   person(given ="Joona", family="Lehtomaki"),
	   person(given ="Pyry", family="Kantanen"),
     person(given ="Leo", family="Lahti")	   
         ),
	 journal = "",
	 year = "2014-2021",
         textVersion =
         paste("(C) Juuso Parkkinen, Joona Lehtomaki, Pyry Kantanen and Leo Lahti 2014-2021.",
               "helsinki R package",
               sep=" ")
         )

citFooter("\nMany thanks for all contributors! For more info, see: https://github.com/rOpenGov/helsinki")
