make_missing(x) - make missing data
- x: a vector of characters, numeric, integers, logicals, etc
This method picks a random number (N) of slots in the input
vector x (up to length(x)). Then picks N random
positions and replaces them with NA matching the input class.