Description Usage Arguments Value Examples
This function
1  | text_threshold(threshold_data, dims, ana_dims)
 | 
threshold_data | 
 a data frame with threshold information.  | 
dims | 
 character vector. All dimensions.  | 
ana_dims | 
 character vector. The dimensions to be analysed in this case.  | 
character of paragraph that describes the threshold in the case.
1 2  | df <- data.frame(year=c(1,0,0,1),quarter=c(0,1,0,0),province=c(0,0,1,1),threshold = runif(4))
text_threshold(df, c('year','quarter','province'), c('year', 'province'))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.