ihsn / metadataeditr

Metadata Editor R client
MIT License
1 stars 0 forks source link

metadataeditr

Metadata Editor R client

Installation

Install package

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)