tidy_bom {mnis}R Documentation

A function to strip Byte Order Marks (BOM) out of JSON data returned from the API.

Description

A function to strip Byte Order Marks (BOM) out of JSON data returned from the API.

Usage

tidy_bom(df)

Arguments

df

The GET returned from call to API.


[Package mnis version 0.3.1 Index]