Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

table2data

Create data.frame from a table


Description

Create data.frame from a table

Usage

table2data(dataset, freq = tail(colnames(dataset), 1))

Arguments

dataset

Data.frame

freq

Column name with frequency information

Examples

data.frame(price = c("$200","$300"), sale = c(10, 2)) %>% table2data()

radiant.data

Data Menu for Radiant: Business Analytics using R and Shiny

v1.3.12
AGPL-3 | file LICENSE
Authors
Vincent Nijs [aut, cre]
Initial release
2020-11-25

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.