Encode DataFrame to Base64 for HTML Embedding
encode_df_to_base64.Rd
This function takes a dataframe as input and returns a base64 encoded CSV object. The encoded object can be embedded into an HTML document directly, with a button to download the file without pointing to a local file.