Learn R Programming

nomisdata (version 0.1.1)

jsa_sample: Sample Jobseeker's Allowance Data

Description

A small sample dataset from the Jobseeker's Allowance dataset (NM_1_1) for the UK, Great Britain, and England. Useful for offline examples and testing.

Usage

jsa_sample

Arguments

Format

A tibble with 3 rows and 12 columns:

GEOGRAPHY_CODE

ONS geography code

GEOGRAPHY_NAME

Geography name (UK, GB, England)

SEX

Sex code (7 = Total)

SEX_NAME

Sex description

ITEM

Item code

ITEM_NAME

Item description

MEASURES

Measure code (20100)

MEASURES_NAME

Measure description

DATE

Date code (YYYY-MM format)

DATE_NAME

Date description

OBS_VALUE

Observed value (number of claimants)

OBS_STATUS

Observation status code

RECORD_COUNT

Number of records in query

Examples

Run this code
data(jsa_sample)
head(jsa_sample)
summary(jsa_sample$OBS_VALUE)

Run the code above in your browser using DataLab