dwww Home | Show directory contents | Find package

# composed function prints informatively

    Code
      # Single input
      compose(fn1)
    Output
      <composed>
      1. function(x) x + 1
    Code
      # Multiple inputs
      compose(fn1, fn2)
    Output
      <composed>
      1. function(x) x / 1
      
      2. function(x) x + 1

Generated by dwww version 1.15 on Thu Jun 20 14:16:18 CEST 2024.