get_var_details_rows {recodeflow} | R Documentation |
Get all variable details rows for a variable and database combination.
Description
Get all variable details rows for a variable and database combination.
Usage
get_var_details_rows(var_details_sheet, var_name, db_name)
Arguments
var_details_sheet |
A data frame representing a variable details sheet. |
var_name |
Variable name. |
db_name |
Database name. |
Value
All variable details rows for the variable and database combination.
[Package recodeflow version 0.1.0 Index]