Description Usage Arguments Value Examples
View source: R/mob_check_function.R
Description: Takes dataframe and a column as input and check for mobile number validation, following properties are currently being verified: 1) Length of mobile number must be 10 2) It should start from any number from 6 to 9 3) It should not cantain any alpha characters
1 2 3 4 5 6 |
data |
dataframe to be operated on |
var |
variable number which contains mobile numbers inside the dataframe |
replace |
whether to delete or replace rows without mobile numbers, default: FALSE |
stopNumbers |
any user defined numbers want to replace or remove from the data |
dataframe with valid mobile numbers
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.