powered by
This utility helps to identify and clean-up antibiotics names passed to it. Also helps to identify whether a medicine is antibiotic or not
clean_antibiotics(x , ...)
Character Vector or Data Frame
character vector or a dataframe containing medicine details
column name with drug details (required only if first parameter is a dataframe)
clean_antibiotics(c("Amoxicilin","Amoxicillin","Paracetamol")) df <- data.frame(medicine = c("Amoxicilin","Amoxicillin","Paracetamol")) clean_antibiotics(df,drug_col=medicine)
Run the code above in your browser using DataLab