Question: Using R programming! Write a function named month_convert(x, from_lang, to_lang) that will convert month names from one language to another. The function will accept three
Using R programming!

Write a function named month_convert(x, from_lang, to_lang) that will convert month names from one language to another. The function will accept three arguments: x, which is a factor with month information; the language from which we are tranlating from_lang; and the language to which we are translating to_lang. For example: x Levels: febrero junio marzo Write a function named month_convert(x, from_lang, to_lang) that will convert month names from one language to another. The function will accept three arguments: x, which is a factor with month information; the language from which we are tranlating from_lang; and the language to which we are translating to_lang. For example: x Levels: febrero junio marzo
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
