Custom serializers
Source:R/custom-serializer-enrichment-calculation.R, R/custom-serializer-visualization.R
serializers.RdCustom serializers
Usage
serializer_multi(serialize_fn, boundary = NULL, ...)
serializer_cadenza_enrichment_calculation(...)
serializer_cadenza_visualization(...)Arguments
- serialize_fn
Function with which the individual parts will be serialized. The function has to return a vector or list of strings and has to have the attribute
typewith the HTML content type of each part.- boundary
The boundary string with which the parts are to be separated. If
NULL, a random string of 30 characters will be generated and used.- ...
Additional arguments to be passed to the serialize function.