| single_brand_timeline | R Documentation | 
This endpoint is actually a file payload with datapoint by data and metric, so its content can be save to a file on disk or worked on directly.
single_brand_timeline(region, sector, brand_id, start_date, end_date, scoring,
  moving_average, filters = NULL, metrics = NULL,
  endpoint = "timeline/file.csv")
region | 
 A string for the region to which the brand belongs.  | 
sector | 
 A number for the sector to which the brand belongs.  | 
brand_id | 
 A number for the brand_id to which the brand belongs.  | 
start_date | 
 A string in the format   | 
end_date | 
 A string in the format   | 
scoring | 
 A string containing the scoring option to use (default: "total", "aware", "opinion").  | 
moving_average | 
 A number of the moving_average, in days, to be applied.  | 
filters | 
 A string in the format   | 
metrics | 
 A string containing the specific metrics to include if not all
of them are wanted. If you want more than one separate them with a   | 
endpoint | 
 A string containing the appropriate endpoint.  | 
A tibble of the single-brand datapoint.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.