Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.
/ remedia Public archive

Stata program to rename SurveyCTO media files.

License

Notifications You must be signed in to change notification settings

PovertyAction/remedia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Title

remedia is an IPA Stata programme that renames SurveyCTO media files. (version 1.2.0)

Installing remedia:

To install remedia, copy and paste the stata command below into your stata command window and press enter:

net install remedia, all replace from(https://raw.githubusercontent.com/PovertyAction/remedia/master)

Syntax

remedia varname [if] [in], [by(varlist)] id(varname) enumerator(varname) from(folder) to(folder)resolve(varname)

Example

  • Renaming media files onto one folder: In this scenario, we don’t care about organizing the media files into separate folders. The syntax will be as follows:

remedia audio_audit, id(hhid) enum(enumerator_id) from("X:/Project Folder/Data/scto_csv") to("X:/Project Folder/Data/audio_audit")

  • Renaming into multiple folders: Assume we want to rename audio files by region and district using household id and enumerator id:

remedia audio_audit, by(region) id(hhid) enum(enumerator_id) from("X:/Project Folder/Data/scto_csv") to("X:/Project Folder/Data/audio_audit")

Authors

Ishmail Azindoo Baako (iabaako@poverty-action.org) & William Ratcliffe (wratcliffe@poverty-action.org)

About

Stata program to rename SurveyCTO media files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published