Server Module: Selection Annotator
module_server_extract_code(
input,
output,
session,
df_label,
filter_df,
gvar,
statements,
sel_points,
overwrite,
is_on_disk,
out_path
)
standard shiny
boilerplate
string, name of original df input
reactiveValue data frame with filter statements and scoping lvl
reactive character, grouping vars for dplyr::group_by
reactive, lgl, vector of working statements
reactiveValue, data frame with selected point keys, annotations, and selection count
reacive value, TRUE/FALSE from checkbox input
Logical, whether df represented by df_label
was on disk or from interactive R
use
reactive, List, with character strings providing directory paths and file names for saving/reading in code output