Skip to contents

import .html content to R

functions to import html content to R

html2df()
convert the the HTML into a tibble/dataframe
dir2df()
read files from a path and converts all its HTML into one tibble

information about the chats/channles

functions that returns information about the chats/channles

tm_info()
return general information
get_data()
returns a dataframe with general info
filter_last_export()
filter dataframe to show only the last exports of each chat/group

internal usage only

F()
Just a wrapper around glue::glue(), For Internal usage.
gsub2()
wrapper around gsub(). For Internal usage.