Learn R Programming

pxweb (version 0.19.2)

pxweb_data_v2_note_text: Normalize PXWEB API v2 note/status text.

Description

Collapses JSON-stat2 note-like fields to a single character string. Empty and missing values return NULL, while multiple note fragments are joined with newlines.

Usage

pxweb_data_v2_note_text(x)

Value

a character string, or NULL when no text is available.

Arguments

x

a JSON-stat2 note/status field.