contribs(page = NULL, domain = "en", rvprop = "user|userid|timestamp")Default: user|userid|timestamp
contribsClass:
call the command line
page title and identification number of the Wikipedia page
contribs a data frame containing asked properties of the contribs, by default : user, userid, timestamp.
If the user does not exist or has no contribution, this item is not created.
testWikiPage a list of four elements,
takeOnlyFirst a boolean indicating if the class of page parameter is invalid,
for example vector, list, matrix..., and in that case, only the first element is considered.
redirPage title of the redirected page. This item is NULL if the page is not redirected.
test an integer with value:
warnMessage is a vector of warning messages.
## Not run:
# ## numeric page identifier as parameter
# contribs(domain = "fr", page = 108907)
#
# ## title page as parameter
# contribs(domain ="en", page = "Wikipedia")
# ## End(Not run)
Run the code above in your browser using DataLab