get_blog_info: Retrieve Blog Info

View source: R/blogs.R

get_blog_infoR Documentation

Retrieve Blog Info

Description

This method returns general information about the blog, such as the title, number of posts, and other high-level data.

Usage

get_blog_info(blog, api_key = NULL)

Arguments

blog

name of the blog

api_key

app consumer key. If NULL, attempts to load from the environment variable RTUMBLR_TOKEN

Value

tibble of information about blog

Examples

## Not run: 
get_blog_info("schochastics")

## End(Not run)

Rtumblr documentation built on April 5, 2023, 5:11 p.m.