Learn R Programming

calidad (version 0.8.0)

create_html: Create html table with the results of the evaluation

Description

Create html table with the results of the evaluation

Usage

create_html(table)

Value

html table

Arguments

table

dataframe generated by evaluate function

Examples

Run this code
library(survey)
library(dplyr)

hogar <- epf_personas %>%
  group_by(folio) %>%
  slice(1)
dc <- survey::svydesign(ids = ~varunit, strata = ~varstrat, data = hogar, weights = ~fe)
table <- assess(create_prop("ocupado", domains = "zona+sexo", design = dc))

Run the code above in your browser using DataLab