R/factors.R
factors_of.Rd
The factors_of function returns a numeric vector of the factors of a provided number.
factors_of
factors_of(x)
The number that you want to find the factors of.
A numeric vector.
factors_of(8)#> [1] 1 2 4 8