Learn R Programming

wordler (version 0.3.1)

count_freqs: 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.