Description Usage Author(s) Examples
~ req : transformer une liste en df
1 | tidy_liste(ma_liste, element)
|
G. Pressiat
1 2 3 4 5 6 7 8 | ## Not run:
get_liste('chir_bariatrique_total') -> l
tidy_liste(l, "actes")
get_all_listes("Chirurgie bariatrique") -> ll
lapply(ll, function(x)tidy_liste(x, "actes")) %>% bind_rows() -> actes_chir_bar
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.