View source: R/make-excluded-df.R
dt.makeExcludedDf | R Documentation |
When writing a paper often we need to exclude various participants for various reasons. Then we will need a df with all of these excluded participants. This is one way to do it.
dt.makeExcludedDf(original_df, final_df, new_obj, type = "wide", conns = NULL)
original_df |
Dataframe containing the full sample |
final_df |
Dataframe containing the included sample |
new_obj |
Character specifying name for created serverside object. |
type |
Specifies type of dataframe in ‘original_df'. Either ’long' or 'wide'. NOTE NOT CURRENTLY FUNCTIONAL - ONLY WORKS FOR WIDE. |
conns |
DataSHIELD connections object. |
Creates a serverside dataframe containing the rows from 'original_df' that are not contained in 'final_df'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.