Movatterモバイル変換


[0]ホーム

URL:


Skip to contents

table for Arrow objects

Source:R/compute.R
value_counts.Rd

This function tabulates the values in the array and returns a table of counts.

Usage

value_counts(x)

Arguments

x

Array orChunkedArray

Value

AStructArray containing "values" (same type asx) and "counts"Int64.

Examples

cyl_vals<-Array$create(mtcars$cyl)counts<-value_counts(cyl_vals)

[8]ページ先頭

©2009-2026 Movatter.jp