Metadata Editor R client
To install the package from github, follow the steps:
Install the devtools package
install.packages("devtools")
Load the devtools package
library(devtools)
Install metadataeditr package using github
install_github("ihsn/metadataeditr")
Now you should have the metadataeditor package installed, to use the package:
library(metadataeditr)