write_wiki_history_to_xlsx: Write Article Table to an xlsx

Description Usage Arguments Value Examples

View source: R/WikiHistoRyfunctions.r

Description

This function get a wikipedia article table as input and the name of the target xls file

Usage

1
write_wiki_history_to_xlsx(wiki_hist, file_name)

Arguments

wiki_hist

wiki history table

file_name

output file name prefix

Value

A table with the last revision of the wikipedia article

Examples

1
2
tmpwikitable=get_article_initial_table("Zeitgeber")
write_wiki_history_to_xlsx(tmpwikitable,"Zeitgeber")

jsobel1/WikiCitationHistoRy documentation built on July 24, 2021, 10:26 p.m.