# NOT RUN {
# multiplication with y as ir object
x1 <-
ir::ir_multiply(ir::ir_sample_data, ir::ir_sample_data)
x1 <-
ir::ir_multiply(ir::ir_sample_data, ir::ir_sample_data[1, ])
# multiplication with y being a numeric value
x2 <-
ir::ir_multiply(ir::ir_sample_data, y = -1)
# }
Run the code above in your browser using DataLab