| 1 2 3 4 5 6 7 8 9 | ## Rows: 1,127
## Columns: 7
## $ x             <int> 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20,...
## $ letter        <chr> "zéro", "un", "deux", "trois", "quatre", "cinq", "six", "sept", "huit", "...
## $ letter_f      <chr> "zéro", "une", "deux", "trois", "quatre", "cinq", "six", "sept", "huit", ...
## $ ieme          <chr> NA, "premier", "deuxième", "troisième", "quatrième", "cinquième", "sixièm...
## $ ieme_f        <chr> NA, "première", "deuxième", "troisième", "quatrième", "cinquième", "sixiè...
## $ ieme_number   <chr> NA, "1er", "2ème", "3ème", "4ème", "5ème", "6ème", "7ème", "8ème", "9ème"...
## $ ieme_number_f <chr> NA, "1ère", "2ème", "3ème", "4ème", "5ème", "6ème", "7ème", "8ème", "9ème...
 | 
| 1 | 
An object of class tbl_df (inherits from tbl, data.frame) with 1127 rows and 7 columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.