View source: R/T_hss_mergetranslated.R
T_hss_mergetranslated | R Documentation |
Merge the translated columns with the original dataframe. All translated columns are appended after their associated original column. Currently this only works for Arabic -> English translation.
T_hss_mergetranslated(df, df_translated)
df |
The original HSS dataframe |
df_translated |
The dataframe containing "_ar" and translated "_en" columns |
A merged dataframe containing HSS data and all translated columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.