make_reference_form: Create a reference edition form

View source: R/make_reference_form.R

make_reference_formR Documentation

Create a reference edition form

Description

Function creating a shiny form allowing the user to edit old or add new references in the main reference database.

Usage

make_reference_form(id, refkey, type, references)

Arguments

id

Character. ID of the module to connect the user interface to the appropriate server side.

refkey

Character. Bib key of the reference to edit.

type

Character. Bib type of the reference to edit.

references

Tibble. List of references.

Value

A form with all the fields which should or can be filled for each type.

Author(s)

Nicolas Mangin


NicolasJBM/bibliogR documentation built on April 21, 2024, 12:16 a.m.