View source: R/handle_col_warnings.R
handle_col_warnings | R Documentation |
The handle_col_warnings()
function gives the user the option to stop
the processing pipeline in order to fix warnings generated by the input CEDAR query.
It is called after the log_warnings
function is used to print warning messages
that result when data in one or more of the input query's columns does not match the
expected data type for those column(s) (as dictated by get_col_types
). These
messages indicate the exact cell locations responsible, to aid in the user's decision
to stop or continue processing, as well as the process of fixing the specified cells,
if applicable.
handle_col_warnings()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.