get_publ: Retrieve publications from their publ ID number

Description Usage Arguments Value Examples

View source: R/EPDr-get_functions.R

Description

This function is mainly intended for internal use. It retrieves information of publications by querying the database by the publication identification number.

Usage

1

Arguments

publ_

numeric Value indicating the publication identification number (publ_)

connection

PostgreSQLConnection Object of class PostgreSQLConnection as returned by function connect_to_epd.

Value

data.frame Data frame containing information about the whole publication reference.

Examples

1
2
3
4
5
6
## Not run: 
epd.connection <- connect_to_epd(database = "epd", user = "epdr",
                                password = "epdrpw", host = "localhost")
get_publ(1, epd.connection)

## End(Not run)

dinilu/EPDr documentation built on Aug. 22, 2019, 1:03 p.m.