readin: Read in JSON file based on path to file

Description Usage Arguments Examples

View source: R/mmassessment.R

Description

Read in JSON file based on path to file

Usage

1
2
3
4
readin(
 
    path = "/home/kent/Contracts/missionmet/mm-assessor/survey_monkey/results-example/MM Checkup for Chambers.json"
)

Arguments

path

the filepath to the JSON file

Examples

1
dataframe <- readin("home/Ricky/tempfile.json")

kent-orr/mm_assessment documentation built on Nov. 9, 2020, 8:10 a.m.