create_row: Create Row

Description Usage Arguments Value Examples

View source: R/utility_functions.R

Description

Create Row

Usage

1
create_row(input_file)

Arguments

input_file

A PDF file location to be scraped and converted.

Value

A data frame representing structured data for the input file.

Examples

1
2
3
4
## Not run: 
row <- create_row('~/courses/API-101B.pdf')

## End(Not run)

rbrellen/hksreviewr documentation built on May 18, 2019, 3:39 a.m.