add_missing_entries: Add missing entries

add_missing_entriesR Documentation

Add missing entries

Description

Fill in missing entries in the data based on supplied information table

Usage

add_missing_entries(df, info, id, field)

Arguments

df

data.frame with the fields given in the 'id' and 'field' arguments

info

Information table including the 'id' and 'field' fields

id

Field that is used to match 'df' and 'info' data.frames given as input

field

Field that will be filled in 'df' based on the information in 'info' data.frame

Value

Character vector of unique author IDs

Author(s)

Leo Lahti leo.lahti@iki.fi

References

See citation("bibliographica")

Examples

## Not run: a <- add_missing_entries(...)

rOpenGov/bibliographica documentation built on April 10, 2022, 8:51 p.m.