Get last value from baseline
Arguments
- value
(character vector) of values
- year
(character vector) of years. Must be the same length as
value- type
(character vector) of types. Must be the same length as
value- scenario_col
(character vector) of scenarios. Must be the same length as
value- scenario
name of scenario in which to look for the baseline value
- baseline_year
Year integer at which to get the baseline_value
- type_filter
(character vector) vector of types to be filtered for.
- direction
direction in which the last value should be found.
before(default) looks in years beforebaseline_year, whileafterlooks in years followingbaseline_year.- na_rm
(Boolean) indicating if NA should be removed (default) from
type_filteror not.
See also
General scenario functions
add_scenario(),
calculate_aarc(),
calculate_aroc(),
exec_scenario(),
fill_cols_scenario(),
flat_extrapolation(),
get_aarr(),
get_baseline_year(),
get_last_value(),
get_last_year_scenario(),
get_latest_aarc(),
get_percent_change_aarc(),
get_target_aarc(),
remove_unwanted_scenarios(),
trim_values(),
trim_years()