View source: R/read_and_format_files.R
format_fb_data | R Documentation |
This function removes unnecessary characters such as \\N
and ensures that the format of the date and QuadKeys is correct.
format_fb_data(data, keep_format = NULL)
data |
A data.frame with a |
keep_format |
Vector of column names,
besides |
A data.frame without \N
,
quadkey
without scientific notation and
a new column day
and hour
read_fb_mobility_files
data(result_read_fb_mobility_data)
format_fb_data(data = result_read_fb_mobility_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.