modify_wage_df: Modify the 'yr' row in the 'wage' data.frame, copying data...

View source: R/utils-modify-wage-df.R

modify_wage_dfR Documentation

Modify the yr row in the wage data.frame, copying data from the yr_copy row

Description

Modify the yr row in the wage data.frame, copying data from the yr_copy row

Usage

modify_wage_df(wage = NULL, yr = NULL, yr_copy = NULL)

Arguments

wage

A weight-at-age data.frame as created by load_ss_model_data()

yr

The year to modify the row data for in the data.frame

yr_copy

The year to use as source data row for the copy. If NULL, the first row will be used

Value

The same wage data.frame with the year row modified


pacific-hake/pacifichakemse documentation built on June 11, 2024, 4:07 a.m.