Description Details Descriptive functions Get data functions File manipulation functions Author(s)
The seda package provides some cateogories of functions, which makes easy to produce and visualize descriptive statistics and exploratory analysis tasks.
It's a tidyverse
based package. Data are imported with
readr
and manipulated as tibble
, using pipelines.
Plots are made with ggplot2
Beyound that, it has some functions to retrieve brazilian Census data from IBGE.
Function to visualize data:
plot_na
plot_bar
plot_bar_id
Function to download and import IBGE data
get_ibge
read_ibge
read_geoibge
Functions to manipulate files on temporary folder
list_tmp
clean_tmp
It's still in development and is more a personal package than a powerfull tool builded for the public. But if makes my life easier, could do the same for you.
It's tested with devtools
and shared versions will always be
errors/warnings/notes-free (in my machine, a linnux Debian 9). It wasn't
tested in another systems.
I would appreaciate any feedback. A lot!
Enjoy by your own risk.
Maintainer: Bruno Pinheiro de Oliveira brunopinheiro.net@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.