Learn R Programming

datacult (version 0.1.0)

Exploratory Data Analysis for Public Policy Applied to Culture

Description

Implementation of frequency tables and bar charts for qualitative variables and checkbox fields. This package implements tables and charts used in reports at Funarte (National Arts Foundation) and OBEC (Culture and Creative Economy Observatory) in Brazil, and its main purpose is to simplify the use of R for people with a background in the humanities and arts. Examples and details can be viewed in this presentation from 2026: .

Copy Link

Version

Install

install.packages('datacult')

Version

0.1.0

License

MIT + file LICENSE

Maintainer

Gilberto Sassi

Last Published

January 27th, 2026

Functions in datacult (0.1.0)

bar_chart_checkbox

Bar chart with frequency and data label with percent.
tab_freq_cont

Generate a frequency table to a continuous variable.
n_missing

Number of missing values in a vector.
tab_freq_checkbox

Frequency for Checkbox Fields.
bar_chart

Bar chart with horizontal bar and data label.
n_no_missing

Nnumber of non missing values in a vector.