populous_count

Description#

returns the number of times the most common element was found in list

Input Type#

string, string array

Output Type#

number

Example#

inputoutput
$status_list|populous_count2

$status_list = [ "Apex Legends", "Apex Legends", "Rocket League" ]

info

If there are more than one, one is selected randomly