count_since: Count number of data points since specified date

View source: R/utils-summary.R

count_sinceR Documentation

Count number of data points since specified date

Description

count_since takes a billionaire::load_billion_data() dataframe and count the number of data points exists for each indicator in df since the specified year.

Usage

count_since(df, year_specified)

Arguments

df

Data frame in long format, where 1 row corresponds to a specific country, year, and indicator.

year_specified

numeric

Value

data frame


gpw13/rapporteur documentation built on Sept. 24, 2022, 9:15 a.m.