I want to create a list of 4 digits of numbers ranging from 0 to 9999 as per the ezample bellow:
list(c("0001","0002","0003","...","9998","9999"))
I want to create a list of 4 digits of numbers ranging from 0 to 9999 as per the ezample bellow:
list(c("0001","0002","0003","...","9998","9999"))