getTicketsBySetor: Get Tickets by sector.

View source: R/functions.R

getTicketsBySetorR Documentation

Get Tickets by sector.

Usage

getTicketsBySetor(sector, ds)

Arguments

sector
ds

Examples

##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (sector, ds) 
{
    df <- unique(ds[ds$setor == sector & !is.na(ds$setor), ]$tickets)
    return(df)
  }

danielfhenrique789/profitmaximization documentation built on April 5, 2025, 4:05 p.m.