Learn R Programming

farr (version 1.0.0)

get_me_breakpoints: Create a table of with cut-offs for size portfolios

Description

Create a table of with cut-offs for size portfolios

Usage

get_me_breakpoints(keep_max = FALSE)

Arguments

keep_max

Set to TRUE to keep upper-bound of highest decile. Default is FALSE, which will replace upper bound with Inf.

Examples

Run this code
library(dplyr, warn.conflicts = FALSE)
get_me_breakpoints() %>% filter(month == '2022-04-01')

Run the code above in your browser using DataLab