Function reference
Main function
Since the objective of joyn is to join tables with joy, there is only one main function in this package
-
joyn() - Join two tables
-
full_join() - Full join two data frames
-
right_join() - Right join two data frames
-
left_join() - Left join two data frames
-
inner_join() - Inner join two data frames
-
anti_join() - Anti join on two data frames
-
merge() - Merge two data frames
-
joyn_msg() - display type of joyn message
-
joyn_report() - Print JOYn report table
-
get_joyn_options() - Get joyn options
-
set_joyn_options() - Set joyn options
-
is_id() - Check if dt is uniquely identified by
byvariable
-
freq_table() - Tabulate simple frequencies
-
possible_ids() - Find possible unique identifies of data frame
-
is_balanced() - Is data frame balanced by group?
-
rename_to_valid() - Rename to syntactically valid names
-
joyn_msg() - display type of joyn message