top_n_results: returns the top n results from a nested data frame

View source: R/basic_analysis.R

top_n_resultsR Documentation

returns the top n results from a nested data frame

Description

returns the top n results from a nested data frame

Usage

top_n_results(data, col, codes_to, score_to, n = 3)

Arguments

data

data

col

the column

codes_to

ccc

score_to

ss

n

n

Value

a mutated copy of the data


danielruss/SOCWalk documentation built on May 13, 2022, 12:48 a.m.