fix_types | R Documentation |
The output of read_file will usually have only character types because of a faulty header row. This function fixes the column types, which also introduces NAs by coersion. These are later removed with the remove_na_rows function. Also rename ST_DEJAVNOSTI while i'm at it
fix_types(df)
df |
data frame output of read_file |
data frame with same dimensions as input
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.