determine_types {tidyjson}R Documentation

Determines the types of a list of parsed JSON

Description

Determines the types of a list of parsed JSON

Usage

determine_types(json_list)

Arguments

json_list

a list of parsed JSON

Value

a factor with levels json_types


[Package tidyjson version 0.3.2 Index]