Description Usage Arguments Value Examples
This function processes the original WHO mortality csv file to correct data types for each column.
1 |
x |
a |
a data.frame
object with modified column data types
1 2 3 4 5 | ## Not run:
mort <- import_who(path = getwd(), data = "mort")
mort <- proc_who_mort(mort)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.