count_freqs {wordler}R Documentation

Get counts of each letter in the target

Description

Get counts of each letter in the target

Usage

count_freqs(xs, target)

Arguments

xs, target

we count the occurrences of each element in xs in target

Value

Named list of elements of xs with counts.


[Package wordler version 0.3.1 Index]