Skip to contents

Get odd numbers

Usage

odds(x)

Arguments

x

int

Examples

odds(1:10)
#> [1] 1 3 5 7 9