Convert length from feet to meters
ft_to_m.RdConvert length from feet to meters
Examples
ft_to_m(8);
#> [1] 2.4384
ft_to_m(c(8,9,10))
#> [1] 2.4384 2.7432 3.0480
ft_to_m.RdConvert length from feet to meters
ft_to_m(8);
#> [1] 2.4384
ft_to_m(c(8,9,10))
#> [1] 2.4384 2.7432 3.0480