Stay organized with collections
Save and categorize content based on your preferences.
Creates a Reducer by combining the specified number of copies of the given reducer. Output names are the same as the given reducer, but each is a list of the corresponding output from each of the reducers.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-19 UTC."],[[["Creates a new Reducer by repeating a given Reducer multiple times."],["Output names remain the same but the values are transformed into lists, reflecting outputs from each repetition of the original Reducer."],["The `count` argument determines the number of repetitions, effectively controlling the length of the output lists."],["Primarily used for combining multiple instances of a reducer into a single, unified Reducer."]]],[]]