Description Usage Arguments Value Author(s) See Also Examples
Selects items with a constant value for a specified time period.
1 2 3 4 5 6 7 8 9 10  | 
data | 
 Dataframe containing item stock data.  | 
value | 
 Name of the column variable containing the stock values.  | 
group | 
 Name(s) of the column(s) that are used to group stock data. These columns are usually the item ID or item name to group stock data by items.  | 
timestamp | 
 Name of the column including the timestamp. This column should be in Date, POSIX , YY-mm, YYYY-'W'ww, YYYY-mm, YYYY-'Q'q or YYYY format.  | 
timestampFormat | 
 Declares in which format the timestamp comes in (i.e., "day", "week", "month", "quarter", "year")  | 
currentTime | 
 Qualifying date for the value variable. Date must exist in data and have the same format as timestamp-variable.  | 
thresholdTime | 
 Time for which the value shouldn't exceed the threshold value. Number declares the time in the format of timestampFormat.  | 
use_latest | 
 boolean value. If TRUE data will expand and dates with noexisting values will be filled up with the latest known values.  | 
Returns a data frame listing all constant items, the date since when the stock is constant and the value of the stock since this time.
Leon Binder leon.binder@th-deg.de
Bernhard Bauer bernhard.bauer@th-deg.de
Michael Scholz michael.scholz@th-deg.de
computeUnderperformer computeOverperformer
1 2 3 4 5 6 7 8 9  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.