ah_convert_xml_to_xlsx: "ah_convert_xml_to_xlsx": Converts Apple Health data from XML...

Description Usage Arguments Author(s) Examples

Description

Converts Apple Health data from XML to XLSX format in one step.

You can easily do this manually but wrote it to save time for people.

This imports parameters from two other functions. This function does nothing with the health_data parameter though.

Usage

1
ah_convert_xml_to_xlsx(import_filename, export_filename)

Arguments

import_filename

The name of a XML file containing exported Apple Health data

export_filename

The name of the XLSX output filename

Author(s)

Deepankar Datta <deepankardatta@nhs.net>

Examples

1
2
# Loads the data
# ah_convert_xml_to_xlsx( "export.xml" , "excel_conversion.xlsx" )

deepankardatta/AppleHealthAnalysis documentation built on May 28, 2019, 7:53 p.m.