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

citEntry(entry="misc",
         title = "pxweb: R tools for PX-WEB API",
         author = personList(
	   person(given = "Mans", family= "Magnusson", email = "mons.magnusson@gmail.com"),
	   person(given = "Markus", family= "Kainu"),
	   person(given = "Janne", family= "Huovari"),
	   person(given = "Leo", family= "Lahti")
         ),
	 journal = "",
	 year = "2019",
         textVersion =
         paste("Mans Magnusson, Markus Kainu, Janne Huovari, and Leo Lahti (rOpenGov). ",
               "pxweb: R tools for PXWEB API. ",
	       "URL: http://github.com/ropengov/pxweb",
               sep=" ")
         )


