File: NAMESPACE

package info (click to toggle)
r-cran-sparsevctrs 0.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 588 kB
  • sloc: ansic: 1,532; sh: 13; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 774 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Generated by roxygen2: do not edit by hand

export(as_sparse_character)
export(as_sparse_double)
export(as_sparse_integer)
export(as_sparse_logical)
export(coerce_to_sparse_data_frame)
export(coerce_to_sparse_matrix)
export(coerce_to_sparse_tibble)
export(has_sparse_elements)
export(is_sparse_character)
export(is_sparse_double)
export(is_sparse_integer)
export(is_sparse_logical)
export(is_sparse_numeric)
export(is_sparse_vector)
export(sparse_character)
export(sparse_default)
export(sparse_double)
export(sparse_dummy)
export(sparse_integer)
export(sparse_logical)
export(sparse_mean)
export(sparse_median)
export(sparse_positions)
export(sparse_sd)
export(sparse_values)
export(sparse_var)
export(sparsity)
import(rlang)
useDynLib(sparsevctrs, .registration = TRUE)