Description Usage Arguments Value See Also Examples
View source: R/flatten_to_table.R
flatten geojson object to data table with must salient covariates
| 1 | flatten_to_table(seismic.geojson.obj)
 | 
| seismic.geojson.obj | GeoJson object | 
A flattened dataset to tabular format, useful for analysis.
get_seismic_data,
fit_quaker,
plot,
get_freq_grp_by_country_mag,
get_freq_grp_by_day_mag
| 1 2 3 4 5 6 | data <- flatten_to_table(get_seismic_data(timeFrame = 'PAST_DAY', minMagnitude = 'all'))
data
data <- flatten_to_table(get_seismic_data(timeFrame = 'PAST_WEEK', minMagnitude = '1'))
data
data <- flatten_to_table(get_seismic_data(timeFrame = 'PAST_MONTH', minMagnitude = '2.5'))
data
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.