create_pages: wikimedia api page creation Create pages or category-pages on...

View source: R/create_content.R

create_pagesR Documentation

wikimedia api page creation Create pages or category-pages on a wikimedia instance.

Description

wikimedia api page creation

Create pages or category-pages on a wikimedia instance.

Usage

create_pages(url, p_title, p_text, category = FALSE)

Arguments

url

a URL body

p_title

vector with page title strings of new pages

p_text

vector with page content strings of new pages

category

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

Value

TRUE


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