Skip to contents

extract_index_step()extracts steps in index series

Usage

extract_index_step(index)

Arguments

index

list of (INSEE) index

Value

Character with steps for each elements of index.

Examples


if (FALSE) { # \dontrun{
insee_index = c("010538819", "010776418", "001710986", "011818120")
index = read_insee_serie(download_insee_index(insee_index))
extract_index_step(index)
} # }