read_generic_rfept: Read generic rfept files

Description Usage Arguments Details Value Examples

View source: R/read_generic_rfept.R

Description

If your institute is not fully integrated with the package, you can transform your academic database into a generic layout and use read_rfept() normally. See Details to understand the requisites.

Usage

1

Arguments

path

The rfept file's path.

start

A character with the date to start the comparison. The default is the minimum value found in the data. The date has to be in this format: "yyyy.semester". Ex.: "2019.1" or "2019.2".

Details

To transform your database in a generic rfept layout, follow these requirements:

Value

A data frame.

Examples

1
2
3
4
5
6
# this dataset is not a real one. It is just for test purpose.
rfept <- read_generic_rfept(system.file("extdata/examples/generic_rfept",
  package = "sistec"
))

rfept

r-ifpe/sistec documentation built on May 21, 2021, 7:58 a.m.