fb_parse_file: Parse FB file

Description Usage Arguments Examples

Description

Parse FB file

Usage

1
fb_parse_file(file, parser = NULL)

Arguments

file

file to parse

parser

which parser to use. This function normally should choose it automatically. Possible values are: "table", "ul", "thread".

Examples

1
2
msgs <- fb_parse_file("data/html/messages.htm)
msgs <- fb_parse_file("data/html/messages.htm, parser = "thread")

idmn/fbdata documentation built on May 18, 2019, 2:33 a.m.