Description Usage Arguments Details Value Author(s) See Also Examples
encrypt.data
encrypts data from get.data
or is.get.fata.output
1 | encrypt.data(data, germplasm_name = "germplasm", person_name = "person")
|
data |
output from |
germplasm_name |
Name of the germplasms in the encrypted data. "germplasms" by default |
person_name |
Name of the persons an selection persons in the encrypted data. "persons" by default |
The following information is encrypted: person, year (from 2000), project, selection_person, reproduction_type, germplasm_type, germplasm and seed-lots
All query.type can be encrypt unless "species", "variable", "reproduction.type" and "methods"
The key is written in .RData format. To use it you should type load("key.RData").
The function returns the data frame encrypted and writes in the work directory a file.RData with the key
Pierre Rivière
1 | # See the vignette
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.