Learn R Programming

Tivy (version 0.1.1)

process_json_response: Process JSON response

Description

Processes JSON response from API and extracts announcements.

Usage

process_json_response(content_text, verbose = TRUE)

Value

Data frame with announcements or NULL if error.

Arguments

content_text

Response text.

verbose

Show detailed information.