Skip to content
/ fjoin Public

❗ This is a read-only mirror of the CRAN R package repository. fjoin — Data Frame Joins Leveraging 'data.table'. Homepage: https://trobx.github.io/fjoin/ Report bugs for this package: https://github.com/trobx/fjoin/issues

License

Notifications You must be signed in to change notification settings

cran/fjoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

R-universe version R-CMD-check codecov

Dependencies (placeholder) Lifecycle: experimental Documentation License: MIT

fjoin fjoin logo

Data frame joins leveraging data.table

Please view this page on the package website and head to the Get started guide next.

Description

Extends data.table join functionality, lets it work with any data frame class, and provides a familiar x/y-style interface, enabling broad use across R. Offers NA-safe matching by default, on-the-fly column selection, multiple match-handling on both sides, x or y row order, and a row origin indicator. Performs inner, left, right, full, semi- and anti-joins with equality and inequality conditions, plus cross joins. Specific support for data.table, (grouped) tibble, and sf/sfc objects and their attributes; returns a plain data frame otherwise. Avoids data-copying of inputs and outputs. Allows displaying the data.table code instead of (or as well as) executing it.

Installation

Stable release (CRAN):

install.packages("fjoin")

Latest development version (R-universe):

install.packages("fjoin",
  repos = c("https://trobx.r-universe.dev", "https://cloud.r-project.org"))

More information

See Get started.

About

❗ This is a read-only mirror of the CRAN R package repository. fjoin — Data Frame Joins Leveraging 'data.table'. Homepage: https://trobx.github.io/fjoin/ Report bugs for this package: https://github.com/trobx/fjoin/issues

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages