Generate code generic
generate_code.Rd
For a given block, generate the code contained
in the expr
attribute. Needed by evaluate_block
and block_combiner to generate the entire stack code.
Usage
generate_code(x)
# S3 method for class 'block'
generate_code(x)
# S3 method for class 'arrange_block'
generate_code(x)
# S3 method for class 'group_by_block'
generate_code(x)
# S3 method for class 'transform_block'
generate_code(x)
# S3 method for class 'plot_block'
generate_code(x)
# S3 method for class 'data_block'
generate_code(x)
# S3 method for class 'call'
generate_code(x)