create_page: wikimedia api page creation (single pages) helper function to...

View source: R/create_content.R

create_pageR Documentation

wikimedia api page creation (single pages) helper function to do the actual api requests for page and category-page creation

Description

wikimedia api page creation (single pages)

helper function to do the actual api requests for page and category-page creation

Usage

create_page(url, p_title, p_text, category, token)

Arguments

url

a URL body

p_title

page title string of new page

p_text

page content string of new page

category

switch to decide, if the page should be created as category-page

token

action token to perform the request

Value

TRUE


WikipediR documentation built on June 22, 2024, 12:01 p.m.