Description Usage Arguments Value
View source: R/merged_list_functions.r
This function merges the prepared input tables (consisting of community tables and optionally added sample data) with the prepared response data frame. All input tables are merged with each variable from the response data, so each combination of a given input table with a single response variable is achieved.
1 | merge_input_response(input_tables, response_data)
|
input_tables |
a list containing the community (+ sample data) tables |
response_data |
a dataframe containing the response variables |
a list of merged tables, each generated from an input table and one column of the response data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.