count_freqs: Get counts of each letter in the target

Description Usage Arguments Value

View source: R/wordler.R

Description

Get counts of each letter in the target

Usage

1
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.


wordler documentation built on Feb. 1, 2022, 5:08 p.m.