Description Usage Arguments Examples
Feed a shinyCV with datas. This function passes all the datas
provided by the user to the cv viewer. Launch preview_shinyCV
to
see the results.
1 2 | feed_shinyCV(profile, about, skills, languages, network, formations, projects,
tasks, publications, publications_screenshots, talks, courses, internships)
|
profile |
The profile object should be a list containing, in the same order:
None of this field is mandatory. |
about |
The about object should be a dataframe containing, in the same order:
None of this field is mandatory. |
skills |
The skills object should be a dataframe containing, in the same order:
Each field is mandatory to create the corresponding graph. |
languages |
The languages object should be a dataframe containing, in the same order:
Each field is mandatory to create the corresponding progress bar. |
network |
The network object should be a dataframe containing, in the same order:
Only name is mandatory. |
formations |
The formations object should be a dataframe containing, in the same order:
All fields are mandatory, except extra. |
projects |
The projects object should be a dataframe containing, in the same order:
All fields are mandatory. |
tasks |
The tasks object is related to your projects. It should be a list containing dataframes, in the same order:
The first list is thus related to the first project and so on... Tasks objects are not mandatory but can help to describe your the related project. |
publications |
The publications object should be a dataframe containing, in the same order:
Only reference is mandatory. |
publications_screenshots |
The publications screenshots object is related to publications and should be a list containing, in the same order:
List 1 is thus related to the first publication and so on ... |
talks |
The talks object should be a dataframe containing, in the same order:
All fields are mandatory, except website and to. |
courses |
The courses object should be a dataframe containing, in the same order:
All fields are mandatory, except syllabus and to. |
internships |
The internships object should be a dataframe containing, in the same order:
All fields are mandatory, except advert and to. |
1 2 3 4 5 6 | # load an example dataset
generate_datas_shinyCV()
feed_shinyCV(temp_profile, temp_about, temp_skills, temp_languages, temp_network, temp_formations,
temp_projects, temp_tasks, temp_publications, temp_publications_screenshots,
temp_talks, temp_courses, temp_internships)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.