Get mapping of R names to C++ names for input data

frogger_input_name_mapping(
  input_csv = frogger_file("cpp_generation/model_input.csv")
)

Arguments

input_csv

Path to input csv which is source of truth for these names

Value

A list with r_name, cpp_name, and C++ struct/namespace this belongs to