File: NAMESPACE

package info (click to toggle)
r-cran-stringdist 0.9.15-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,424 kB
  • sloc: ansic: 1,690; sh: 13; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 457 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Generated by roxygen2: do not edit by hand

export(afind)
export(ain)
export(amatch)
export(extract)
export(grab)
export(grabl)
export(phonetic)
export(printable_ascii)
export(qgrams)
export(seq_ain)
export(seq_amatch)
export(seq_dist)
export(seq_distmatrix)
export(seq_qgrams)
export(seq_sim)
export(stringdist)
export(stringdistmatrix)
export(stringsim)
export(stringsimmatrix)
importFrom(parallel,detectCores)
useDynLib(stringdist, .registration=TRUE)